Html Css Color HEX #DE1E34 Alizarin

📋 copy color: '#DE1E34'

red 222 ◦ green 30 ◦ blue 52

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

Shades of Alizarin #DE1E34

Tints of Alizarin #DE1E34

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.87%

 BLUE value IS 52 (20.7% from 255) = 17.11%

R = 73.03%
G = 9.87%
B = 17.11%

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

#DE1E34 (or 0xDE1E34) is known color: Alizarin. HEX triplet: DE, 1E and 34. RGB value is (222,30,52). Sum of RGB (Red+Green+Blue) = 222+30+52=304 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.03% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1E34 is #21E1CB. Grayscale: #5A5A5A. Windows color (decimal): -2220492 or 3415774. OLE color: 3415774.

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

Color convert

RGB 222 30 52 -
CMYK 0 0.86 0.77 0.13
HSL 353.13º 0.76% 0.49% -
HSV(B) 353.13º 0.86% 0.87% -
XYZ 31.21 16.71 4.83 -
YUV 89.92 106.61 222.21 -
System Red Green Blue C M Y K H S L
Decimal 222 30 52 0 0.86 0.77 0.13 353.13 0.76 0.49
Hex DE 1E 34 0 56 4D D 161 4C 31
Octal 336 36 64 0 126 115 15 541 114 61
Binary 11011110 11110 110100 0 1010110 1001101 1101 101100001 1001100 110001

Color Harmonies of #DE1E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1E34

Black with #DE1E34

Text Example


Text Example

White with #DE1E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1E34; }

 p { color: rgb(222,30,52); }

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

background-color css

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

 a { background-color: rgb(222,30,52); }

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

border-color css

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

 span { border-color: rgb(222,30,52); }

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