Html Css Color HEX #DE222C Alizarin

📋 copy color: '#DE222C'

red 222 ◦ green 34 ◦ blue 44

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

Shades of Alizarin #DE222C

Tints of Alizarin #DE222C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.67%

R = 74%
G = 11.33%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE222C (or 0xDE222C) is known color: Alizarin. HEX triplet: DE, 22 and 2C. RGB value is (222,34,44). Sum of RGB (Red+Green+Blue) = 222+34+44=300 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 222 - color contains mainly: red. Hex color #DE222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE222C is #21DDD3. Grayscale: #5B5B5B. Windows color (decimal): -2219476 or 2892510. OLE color: 2892510.

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

Color convert

RGB 222 34 44 -
CMYK 0 0.85 0.80 0.13
HSL 356.81º 0.74% 0.5% -
HSV(B) 356.81º 0.85% 0.87% -
XYZ 31.15 16.86 3.99 -
YUV 91.35 101.28 221.19 -
System Red Green Blue C M Y K H S L
Decimal 222 34 44 0 0.85 0.80 0.13 356.81 0.74 0.5
Hex DE 22 2C 0 55 50 D 165 4A 32
Octal 336 42 54 0 125 120 15 545 112 62
Binary 11011110 100010 101100 0 1010101 1010000 1101 101100101 1001010 110010

Color Harmonies of #DE222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE222C

Black with #DE222C

Text Example


Text Example

White with #DE222C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE222C; }

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

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

background-color css

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

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

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

border-color css

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

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

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