Html Css Color HEX #DE2442 Alizarin

📋 copy color: '#DE2442'

red 222 ◦ green 36 ◦ blue 66

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

Shades of Alizarin #DE2442

Tints of Alizarin #DE2442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 68.52%
G = 11.11%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE2442 (or 0xDE2442) is known color: Alizarin. HEX triplet: DE, 24 and 42. RGB value is (222,36,66). Sum of RGB (Red+Green+Blue) = 222+36+66=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2442 is #21DBBD. Grayscale: #5F5F5F. Windows color (decimal): -2218942 or 4334814. OLE color: 4334814.

HSL color Cylindrical-coordinate representation of color #DE2442: hue angle of 350.32º 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 #DE2442 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 36 66 -
CMYK 0 0.84 0.70 0.13
HSL 350.32º 0.74% 0.51% -
HSV(B) 350.32º 0.84% 0.87% -
XYZ 31.74 17.18 6.8 -
YUV 95.03 111.62 218.56 -
System Red Green Blue C M Y K H S L
Decimal 222 36 66 0 0.84 0.70 0.13 350.32 0.74 0.51
Hex DE 24 42 0 54 46 D 15E 4A 33
Octal 336 44 102 0 124 106 15 536 112 63
Binary 11011110 100100 1000010 0 1010100 1000110 1101 101011110 1001010 110011

Color Harmonies of #DE2442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2442

Black with #DE2442

Text Example


Text Example

White with #DE2442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2442; }

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

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

background-color css

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

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

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

border-color css

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

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

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