Html Css Color HEX #DC2426 Alizarin

📋 copy color: '#DC2426'

red 220 ◦ green 36 ◦ blue 38

#DC2426
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #DC2426

Tints of Alizarin #DC2426

RGB

 RED value IS 220 (86.33% from 255) = 74.83%

 GREEN value IS 36 (14.45% from 255) = 12.24%

 BLUE value IS 38 (15.23% from 255) = 12.93%

R = 74.83%
G = 12.24%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC2426 (or 0xDC2426) is known color: Alizarin. HEX triplet: DC, 24 and 26. RGB value is (220,36,38). Sum of RGB (Red+Green+Blue) = 220+36+38=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2426 is #23DBD9. Grayscale: #5B5B5B. Windows color (decimal): -2350042 or 2499804. OLE color: 2499804.

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

Color convert

RGB 220 36 38 -
CMYK 0 0.84 0.83 0.14
HSL 359.35º 0.72% 0.5% -
HSV(B) 359.35º 0.84% 0.86% -
XYZ 30.5 16.62 3.43 -
YUV 91.24 97.96 219.84 -
System Red Green Blue C M Y K H S L
Decimal 220 36 38 0 0.84 0.83 0.14 359.35 0.72 0.5
Hex DC 24 26 0 54 53 E 167 48 32
Octal 334 44 46 0 124 123 16 547 110 62
Binary 11011100 100100 100110 0 1010100 1010011 1110 101100111 1001000 110010

Color Harmonies of #DC2426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2426

Black with #DC2426

Text Example


Text Example

White with #DC2426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2426; }

 p { color: rgb(220,36,38); }

 H1.HeaderClassName
 {
   color: #DC2426;
 }
 .AnyTagClassName
 {
   color: #DC2426;
 }
</style>

background-color css

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

 a { background-color: rgb(220,36,38); }

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

border-color css

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

 span { border-color: rgb(220,36,38); }

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