#D4293B

Color #D4293B Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #D4293B

Tints of Alizarin #D4293B

Color information

#D4293B (or 0xD4293B) is unknown color: approx Alizarin. HEX triplet: D4, 29 and 3B. RGB value is (212,41,59). Sum of RGB (Red+Green+Blue) = 212+41+59=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D4293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4293B is #2BD6C4. Grayscale: #5E5E5E. Windows color (decimal): -2873029 or 3877332. OLE color: 3877332.

HSL color Cylindrical-coordinate representation of color #D4293B: hue angle of 353.68º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4293B is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB2124159-
CMYK00.810.720.17
HSL353.68º67.59%49.61%-
HSV(B)353.68º80.66%83.14%-
XYZ28.7315.95.69-
YUV94.18108.15212.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 67.95%
GREEN value IS 41 (16.41% from 255) = 13.14%
BLUE value IS 59 (23.44% from 255) = 18.91%
R=67.95%
G=13.14%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212415900.810.720.17353.6867.5949.61
HexD4293B05148111624432
Octal324517301211102154210462
Binary11010100101001111011010100011001000100011011000101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4293B; }

 p { color: rgb(212,41,59); }

 H1.HeaderClassName
 {
   color: #D4293B;
 }
 .AnyTagClassName
 {
   color: #D4293B;
 }
</style>
background-color css

<style>
 a { background-color: #D4293B; }

 a { background-color: rgb(212,41,59); }

 div.DivClassName
 {
   background-color: #D4293B;
 }
 .BgClassName
 {
   background-color: #D4293B;
 }
</style>
border-color css

<style>
 span { border-color: #D4293B; }

 span { border-color: rgb(212,41,59); }

 td.TdClassName
 {
   border-color: #D4293B;
 }
 .TagClassName
 {
   border-color: #D4293B;
 }
</style>