Html Css Color HEX #DE2226 Alizarin

📋 copy color: '#DE2226'

red 222 ◦ green 34 ◦ blue 38

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

Shades of Alizarin #DE2226

Tints of Alizarin #DE2226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.93%

R = 75.51%
G = 11.56%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DE2226 (or 0xDE2226) is known color: Alizarin. HEX triplet: DE, 22 and 26. RGB value is (222,34,38). Sum of RGB (Red+Green+Blue) = 222+34+38=294 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.51% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2226 is #21DDD9. Grayscale: #5A5A5A. Windows color (decimal): -2219482 or 2499294. OLE color: 2499294.

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

Color convert

RGB 222 34 38 -
CMYK 0 0.85 0.83 0.13
HSL 358.72º 0.74% 0.5% -
HSV(B) 358.72º 0.85% 0.87% -
XYZ 31.05 16.81 3.44 -
YUV 90.67 98.28 221.67 -
System Red Green Blue C M Y K H S L
Decimal 222 34 38 0 0.85 0.83 0.13 358.72 0.74 0.5
Hex DE 22 26 0 55 53 D 167 4A 32
Octal 336 42 46 0 125 123 15 547 112 62
Binary 11011110 100010 100110 0 1010101 1010011 1101 101100111 1001010 110010

Color Harmonies of #DE2226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2226

Black with #DE2226

Text Example


Text Example

White with #DE2226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2226; }

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

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

background-color css

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

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

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

border-color css

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

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

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