Html Css Color HEX #DE2229 Alizarin

📋 copy color: '#DE2229'

red 222 ◦ green 34 ◦ blue 41

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

Shades of Alizarin #DE2229

Tints of Alizarin #DE2229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.45%

 BLUE value IS 41 (16.41% from 255) = 13.8%

R = 74.75%
G = 11.45%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE2229 (or 0xDE2229) is known color: Alizarin. HEX triplet: DE, 22 and 29. RGB value is (222,34,41). Sum of RGB (Red+Green+Blue) = 222+34+41=297 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.75% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2229 is #21DDD6. Grayscale: #5B5B5B. Windows color (decimal): -2219479 or 2695902. OLE color: 2695902.

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

Color convert

RGB 222 34 41 -
CMYK 0 0.85 0.82 0.13
HSL 357.77º 0.74% 0.5% -
HSV(B) 357.77º 0.85% 0.87% -
XYZ 31.1 16.83 3.71 -
YUV 91.01 99.78 221.43 -
System Red Green Blue C M Y K H S L
Decimal 222 34 41 0 0.85 0.82 0.13 357.77 0.74 0.5
Hex DE 22 29 0 55 52 D 166 4A 32
Octal 336 42 51 0 125 122 15 546 112 62
Binary 11011110 100010 101001 0 1010101 1010010 1101 101100110 1001010 110010

Color Harmonies of #DE2229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2229

Black with #DE2229

Text Example


Text Example

White with #DE2229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2229; }

 p { color: rgb(222,34,41); }

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

background-color css

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

 a { background-color: rgb(222,34,41); }

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

border-color css

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

 span { border-color: rgb(222,34,41); }

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