Html Css Color HEX #DE2140 Alizarin

📋 copy color: '#DE2140'

red 222 ◦ green 33 ◦ blue 64

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

Shades of Alizarin #DE2140

Tints of Alizarin #DE2140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.06%

R = 69.59%
G = 10.34%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE2140 (or 0xDE2140) is known color: Alizarin. HEX triplet: DE, 21 and 40. RGB value is (222,33,64). Sum of RGB (Red+Green+Blue) = 222+33+64=319 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.59% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2140 is #21DEBF. Grayscale: #5D5D5D. Windows color (decimal): -2219712 or 4202974. OLE color: 4202974.

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

Color convert

RGB 222 33 64 -
CMYK 0 0.85 0.71 0.13
HSL 350.16º 0.74% 0.5% -
HSV(B) 350.16º 0.85% 0.87% -
XYZ 31.59 16.99 6.46 -
YUV 93.05 111.62 219.98 -
System Red Green Blue C M Y K H S L
Decimal 222 33 64 0 0.85 0.71 0.13 350.16 0.74 0.5
Hex DE 21 40 0 55 47 D 15E 4A 32
Octal 336 41 100 0 125 107 15 536 112 62
Binary 11011110 100001 1000000 0 1010101 1000111 1101 101011110 1001010 110010

Color Harmonies of #DE2140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2140

Black with #DE2140

Text Example


Text Example

White with #DE2140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2140; }

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

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

background-color css

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

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

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

border-color css

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

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

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