Html Css Color HEX #DE2033 Alizarin

📋 copy color: '#DE2033'

red 222 ◦ green 32 ◦ blue 51

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

Shades of Alizarin #DE2033

Tints of Alizarin #DE2033

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

 BLUE value IS 51 (20.31% from 255) = 16.72%

R = 72.79%
G = 10.49%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE2033 (or 0xDE2033) is known color: Alizarin. HEX triplet: DE, 20 and 33. RGB value is (222,32,51). Sum of RGB (Red+Green+Blue) = 222+32+51=305 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.79% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2033 is #21DFCC. Grayscale: #5B5B5B. Windows color (decimal): -2219981 or 3350750. OLE color: 3350750.

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

Color convert

RGB 222 32 51 -
CMYK 0 0.86 0.77 0.13
HSL 354º 0.75% 0.5% -
HSV(B) 354º 0.86% 0.87% -
XYZ 31.24 16.8 4.73 -
YUV 90.98 105.45 221.46 -
System Red Green Blue C M Y K H S L
Decimal 222 32 51 0 0.86 0.77 0.13 354 0.75 0.5
Hex DE 20 33 0 56 4D D 162 4B 32
Octal 336 40 63 0 126 115 15 542 113 62
Binary 11011110 100000 110011 0 1010110 1001101 1101 101100010 1001011 110010

Color Harmonies of #DE2033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2033

Black with #DE2033

Text Example


Text Example

White with #DE2033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2033; }

 p { color: rgb(222,32,51); }

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

background-color css

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

 a { background-color: rgb(222,32,51); }

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

border-color css

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

 span { border-color: rgb(222,32,51); }

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