Html Css Color HEX #DE2D39 Alizarin

📋 copy color: '#DE2D39'

red 222 ◦ green 45 ◦ blue 57

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

Shades of Alizarin #DE2D39

Tints of Alizarin #DE2D39

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.89%

 BLUE value IS 57 (22.66% from 255) = 17.59%

R = 68.52%
G = 13.89%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DE2D39 (or 0xDE2D39) is known color: Alizarin. HEX triplet: DE, 2D and 39. RGB value is (222,45,57). Sum of RGB (Red+Green+Blue) = 222+45+57=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2D39 is #21D2C6. Grayscale: #636363. Windows color (decimal): -2216647 or 3747294. OLE color: 3747294.

HSL color Cylindrical-coordinate representation of color #DE2D39: hue angle of 355.93º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2D39 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 45 57 -
CMYK 0 0.80 0.74 0.13
HSL 355.93º 0.73% 0.52% -
HSV(B) 355.93º 0.8% 0.87% -
XYZ 31.8 17.7 5.61 -
YUV 99.29 104.14 215.52 -
System Red Green Blue C M Y K H S L
Decimal 222 45 57 0 0.80 0.74 0.13 355.93 0.73 0.52
Hex DE 2D 39 0 50 4A D 164 49 34
Octal 336 55 71 0 120 112 15 544 111 64
Binary 11011110 101101 111001 0 1010000 1001010 1101 101100100 1001001 110100

Color Harmonies of #DE2D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D39

Black with #DE2D39

Text Example


Text Example

White with #DE2D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D39; }

 p { color: rgb(222,45,57); }

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

background-color css

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

 a { background-color: rgb(222,45,57); }

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

border-color css

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

 span { border-color: rgb(222,45,57); }

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