Html Css Color HEX #DE2127 Alizarin

📋 copy color: '#DE2127'

red 222 ◦ green 33 ◦ blue 39

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

Shades of Alizarin #DE2127

Tints of Alizarin #DE2127

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

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

R = 75.51%
G = 11.22%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE2127 (or 0xDE2127) is known color: Alizarin. HEX triplet: DE, 21 and 27. RGB value is (222,33,39). Sum of RGB (Red+Green+Blue) = 222+33+39=294 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.51% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2127 is #21DED8. Grayscale: #5A5A5A. Windows color (decimal): -2219737 or 2564574. OLE color: 2564574.

HSL color Cylindrical-coordinate representation of color #DE2127: hue angle of 358.1º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2127 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 33 39 -
CMYK 0 0.85 0.82 0.13
HSL 358.1º 0.74% 0.5% -
HSV(B) 358.1º 0.85% 0.87% -
XYZ 31.03 16.76 3.52 -
YUV 90.2 99.12 222.01 -
System Red Green Blue C M Y K H S L
Decimal 222 33 39 0 0.85 0.82 0.13 358.1 0.74 0.5
Hex DE 21 27 0 55 52 D 166 4A 32
Octal 336 41 47 0 125 122 15 546 112 62
Binary 11011110 100001 100111 0 1010101 1010010 1101 101100110 1001010 110010

Color Harmonies of #DE2127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2127

Black with #DE2127

Text Example


Text Example

White with #DE2127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2127; }

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

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

background-color css

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

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

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

border-color css

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

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

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