Html Css Color HEX #DE2030 Alizarin

📋 copy color: '#DE2030'

red 222 ◦ green 32 ◦ blue 48

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

Shades of Alizarin #DE2030

Tints of Alizarin #DE2030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.89%

R = 73.51%
G = 10.6%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE2030 (or 0xDE2030) is known color: Alizarin. HEX triplet: DE, 20 and 30. RGB value is (222,32,48). Sum of RGB (Red+Green+Blue) = 222+32+48=302 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.51% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2030 is #21DFCF. Grayscale: #5A5A5A. Windows color (decimal): -2219984 or 3154142. OLE color: 3154142.

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

Color convert

RGB 222 32 48 -
CMYK 0 0.86 0.78 0.13
HSL 354.95º 0.75% 0.5% -
HSV(B) 354.95º 0.86% 0.87% -
XYZ 31.17 16.78 4.39 -
YUV 90.63 103.95 221.7 -
System Red Green Blue C M Y K H S L
Decimal 222 32 48 0 0.86 0.78 0.13 354.95 0.75 0.5
Hex DE 20 30 0 56 4E D 163 4B 32
Octal 336 40 60 0 126 116 15 543 113 62
Binary 11011110 100000 110000 0 1010110 1001110 1101 101100011 1001011 110010

Color Harmonies of #DE2030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2030

Black with #DE2030

Text Example


Text Example

White with #DE2030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2030; }

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

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

background-color css

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

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

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

border-color css

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

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

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