Html Css Color HEX #DE2137 Alizarin

📋 copy color: '#DE2137'

red 222 ◦ green 33 ◦ blue 55

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

Shades of Alizarin #DE2137

Tints of Alizarin #DE2137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.65%

 BLUE value IS 55 (21.88% from 255) = 17.74%

R = 71.61%
G = 10.65%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DE2137 (or 0xDE2137) is known color: Alizarin. HEX triplet: DE, 21 and 37. RGB value is (222,33,55). Sum of RGB (Red+Green+Blue) = 222+33+55=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2137 is #21DEC8. Grayscale: #5C5C5C. Windows color (decimal): -2219721 or 3613150. OLE color: 3613150.

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

Color convert

RGB 222 33 55 -
CMYK 0 0.85 0.75 0.13
HSL 353.02º 0.74% 0.5% -
HSV(B) 353.02º 0.85% 0.87% -
XYZ 31.36 16.89 5.22 -
YUV 92.02 107.12 220.71 -
System Red Green Blue C M Y K H S L
Decimal 222 33 55 0 0.85 0.75 0.13 353.02 0.74 0.5
Hex DE 21 37 0 55 4B D 161 4A 32
Octal 336 41 67 0 125 113 15 541 112 62
Binary 11011110 100001 110111 0 1010101 1001011 1101 101100001 1001010 110010

Color Harmonies of #DE2137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2137

Black with #DE2137

Text Example


Text Example

White with #DE2137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2137; }

 p { color: rgb(222,33,55); }

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

background-color css

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

 a { background-color: rgb(222,33,55); }

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

border-color css

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

 span { border-color: rgb(222,33,55); }

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