Html Css Color HEX #DE202E Alizarin

📋 copy color: '#DE202E'

red 222 ◦ green 32 ◦ blue 46

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

Shades of Alizarin #DE202E

Tints of Alizarin #DE202E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.33%

R = 74%
G = 10.67%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE202E (or 0xDE202E) is known color: Alizarin. HEX triplet: DE, 20 and 2E. RGB value is (222,32,46). Sum of RGB (Red+Green+Blue) = 222+32+46=300 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 222 - color contains mainly: red. Hex color #DE202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE202E is #21DFD1. Grayscale: #5A5A5A. Windows color (decimal): -2219986 or 3023070. OLE color: 3023070.

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

Color convert

RGB 222 32 46 -
CMYK 0 0.86 0.79 0.13
HSL 355.58º 0.75% 0.5% -
HSV(B) 355.58º 0.86% 0.87% -
XYZ 31.13 16.76 4.18 -
YUV 90.41 102.95 221.86 -
System Red Green Blue C M Y K H S L
Decimal 222 32 46 0 0.86 0.79 0.13 355.58 0.75 0.5
Hex DE 20 2E 0 56 4F D 164 4B 32
Octal 336 40 56 0 126 117 15 544 113 62
Binary 11011110 100000 101110 0 1010110 1001111 1101 101100100 1001011 110010

Color Harmonies of #DE202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE202E

Black with #DE202E

Text Example


Text Example

White with #DE202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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