Html Css Color HEX #DE2336 Alizarin

📋 copy color: '#DE2336'

red 222 ◦ green 35 ◦ blue 54

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

Shades of Alizarin #DE2336

Tints of Alizarin #DE2336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.25%

 BLUE value IS 54 (21.48% from 255) = 17.36%

R = 71.38%
G = 11.25%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DE2336 (or 0xDE2336) is known color: Alizarin. HEX triplet: DE, 23 and 36. RGB value is (222,35,54). Sum of RGB (Red+Green+Blue) = 222+35+54=311 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.38% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2336 is #21DCC9. Grayscale: #5D5D5D. Windows color (decimal): -2219210 or 3548126. OLE color: 3548126.

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

Color convert

RGB 222 35 54 -
CMYK 0 0.84 0.76 0.13
HSL 353.9º 0.74% 0.5% -
HSV(B) 353.9º 0.84% 0.87% -
XYZ 31.39 17 5.12 -
YUV 93.08 105.95 219.96 -
System Red Green Blue C M Y K H S L
Decimal 222 35 54 0 0.84 0.76 0.13 353.9 0.74 0.5
Hex DE 23 36 0 54 4C D 162 4A 32
Octal 336 43 66 0 124 114 15 542 112 62
Binary 11011110 100011 110110 0 1010100 1001100 1101 101100010 1001010 110010

Color Harmonies of #DE2336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2336

Black with #DE2336

Text Example


Text Example

White with #DE2336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2336; }

 p { color: rgb(222,35,54); }

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

background-color css

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

 a { background-color: rgb(222,35,54); }

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

border-color css

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

 span { border-color: rgb(222,35,54); }

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