Html Css Color HEX #DE1E27 Alizarin

📋 copy color: '#DE1E27'

red 222 ◦ green 30 ◦ blue 39

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

Shades of Alizarin #DE1E27

Tints of Alizarin #DE1E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 76.29%
G = 10.31%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE1E27 (or 0xDE1E27) is known color: Alizarin. HEX triplet: DE, 1E and 27. RGB value is (222,30,39). Sum of RGB (Red+Green+Blue) = 222+30+39=291 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.29% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1E27 is #21E1D8. Grayscale: #585858. Windows color (decimal): -2220505 or 2563806. OLE color: 2563806.

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

Color convert

RGB 222 30 39 -
CMYK 0 0.86 0.82 0.13
HSL 357.19º 0.76% 0.49% -
HSV(B) 357.19º 0.86% 0.87% -
XYZ 30.95 16.6 3.49 -
YUV 88.43 100.11 223.27 -
System Red Green Blue C M Y K H S L
Decimal 222 30 39 0 0.86 0.82 0.13 357.19 0.76 0.49
Hex DE 1E 27 0 56 52 D 165 4C 31
Octal 336 36 47 0 126 122 15 545 114 61
Binary 11011110 11110 100111 0 1010110 1010010 1101 101100101 1001100 110001

Color Harmonies of #DE1E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1E27

Black with #DE1E27

Text Example


Text Example

White with #DE1E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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