#DC1C2A

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

Shades of Alizarin #DC1C2A

Tints of Alizarin #DC1C2A

Color information

#DC1C2A (or 0xDC1C2A) is unknown color: approx Alizarin. HEX triplet: DC, 1C and 2A. RGB value is (220,28,42). Sum of RGB (Red+Green+Blue) = 220+28+42=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1C2A is #23E3D5. Grayscale: #575757. Windows color (decimal): -2352086 or 2759900. OLE color: 2759900.

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

Color convert

RGB2202842-
CMYK00.870.810.14
HSL355.62º77.42%48.63%-
HSV(B)355.62º87.27%86.27%-
XYZ30.3516.213.72-
YUV87102.61222.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 75.86%
GREEN value IS 28 (11.33% from 255) = 9.66%
BLUE value IS 42 (16.80% from 255) = 14.48%
R=75.86%
G=9.66%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220284200.870.810.14355.6277.4248.63
HexDC1C2A05751E1644d31
Octal334345201271211654411561
Binary110111001110010101001010111101000111101011001001001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1C2A; }

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

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

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

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

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

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

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

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