#DC2A3B

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

Shades of Alizarin #DC2A3B

Tints of Alizarin #DC2A3B

Color information

#DC2A3B (or 0xDC2A3B) is unknown color: approx Alizarin. HEX triplet: DC, 2A and 3B. RGB value is (220,42,59). Sum of RGB (Red+Green+Blue) = 220+42+59=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A3B is #23D5C4. Grayscale: #616161. Windows color (decimal): -2348485 or 3877596. OLE color: 3877596.

HSL color Cylindrical-coordinate representation of color #DC2A3B: hue angle of 354.27º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2A3B is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB2204259-
CMYK00.810.730.14
HSL354.27º71.77%51.37%-
HSV(B)354.27º80.91%86.27%-
XYZ31.1317.195.81-
YUV97.16106.47215.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 68.54%
GREEN value IS 42 (16.80% from 255) = 13.08%
BLUE value IS 59 (23.44% from 255) = 18.38%
R=68.54%
G=13.08%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220425900.810.730.14354.2771.7751.37
HexDC2A3B05149E1624833
Octal334527301211111654211063
Binary1101110010101011101101010001100100111101011000101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2A3B; }

 p { color: rgb(220,42,59); }

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

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

 a { background-color: rgb(220,42,59); }

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

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

 span { border-color: rgb(220,42,59); }

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