Html Css Color HEX #DE202C Alizarin

📋 copy color: '#DE202C'

red 222 ◦ green 32 ◦ blue 44

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

Shades of Alizarin #DE202C

Tints of Alizarin #DE202C

RGB

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

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

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

R = 74.5%
G = 10.74%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE202C (or 0xDE202C) is known color: Alizarin. HEX triplet: DE, 20 and 2C. RGB value is (222,32,44). Sum of RGB (Red+Green+Blue) = 222+32+44=298 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.50% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 222 - color contains mainly: red. Hex color #DE202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE202C is #21DFD3. Grayscale: #5A5A5A. Windows color (decimal): -2219988 or 2891998. OLE color: 2891998.

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

Color convert

RGB 222 32 44 -
CMYK 0 0.86 0.80 0.13
HSL 356.21º 0.75% 0.5% -
HSV(B) 356.21º 0.86% 0.87% -
XYZ 31.1 16.74 3.98 -
YUV 90.18 101.95 222.02 -
System Red Green Blue C M Y K H S L
Decimal 222 32 44 0 0.86 0.80 0.13 356.21 0.75 0.5
Hex DE 20 2C 0 56 50 D 164 4B 32
Octal 336 40 54 0 126 120 15 544 113 62
Binary 11011110 100000 101100 0 1010110 1010000 1101 101100100 1001011 110010

Color Harmonies of #DE202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE202C

Black with #DE202C

Text Example


Text Example

White with #DE202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE202C; }

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

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

background-color css

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

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

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

border-color css

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

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

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