Html Css Color HEX #DE2426 Alizarin

📋 copy color: '#DE2426'

red 222 ◦ green 36 ◦ blue 38

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

Shades of Alizarin #DE2426

Tints of Alizarin #DE2426

RGB

 RED value IS 222 (87.11% from 255) = 75%

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

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

R = 75%
G = 12.16%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DE2426 (or 0xDE2426) is known color: Alizarin. HEX triplet: DE, 24 and 26. RGB value is (222,36,38). Sum of RGB (Red+Green+Blue) = 222+36+38=296 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2426 is #21DBD9. Grayscale: #5C5C5C. Windows color (decimal): -2218970 or 2499806. OLE color: 2499806.

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

Color convert

RGB 222 36 38 -
CMYK 0 0.84 0.83 0.13
HSL 359.35º 0.74% 0.51% -
HSV(B) 359.35º 0.84% 0.87% -
XYZ 31.1 16.93 3.46 -
YUV 91.84 97.62 220.84 -
System Red Green Blue C M Y K H S L
Decimal 222 36 38 0 0.84 0.83 0.13 359.35 0.74 0.51
Hex DE 24 26 0 54 53 D 167 4A 33
Octal 336 44 46 0 124 123 15 547 112 63
Binary 11011110 100100 100110 0 1010100 1010011 1101 101100111 1001010 110011

Color Harmonies of #DE2426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2426

Black with #DE2426

Text Example


Text Example

White with #DE2426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2426; }

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

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

background-color css

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

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

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

border-color css

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

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

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