Html Css Color HEX #DE2837 Alizarin

📋 copy color: '#DE2837'

red 222 ◦ green 40 ◦ blue 55

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

Shades of Alizarin #DE2837

Tints of Alizarin #DE2837

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.62%

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

R = 70.03%
G = 12.62%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DE2837 (or 0xDE2837) is known color: Alizarin. HEX triplet: DE, 28 and 37. RGB value is (222,40,55). Sum of RGB (Red+Green+Blue) = 222+40+55=317 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.03% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2837 is #21D7C8. Grayscale: #606060. Windows color (decimal): -2217929 or 3614942. OLE color: 3614942.

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

Color convert

RGB 222 40 55 -
CMYK 0 0.82 0.75 0.13
HSL 355.05º 0.73% 0.51% -
HSV(B) 355.05º 0.82% 0.87% -
XYZ 31.57 17.32 5.29 -
YUV 96.13 104.8 217.78 -
System Red Green Blue C M Y K H S L
Decimal 222 40 55 0 0.82 0.75 0.13 355.05 0.73 0.51
Hex DE 28 37 0 52 4B D 163 49 33
Octal 336 50 67 0 122 113 15 543 111 63
Binary 11011110 101000 110111 0 1010010 1001011 1101 101100011 1001001 110011

Color Harmonies of #DE2837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2837

Black with #DE2837

Text Example


Text Example

White with #DE2837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2837; }

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

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

background-color css

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

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

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

border-color css

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

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

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