Html Css Color HEX #DE212A Alizarin

📋 copy color: '#DE212A'

red 222 ◦ green 33 ◦ blue 42

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

Shades of Alizarin #DE212A

Tints of Alizarin #DE212A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.14%

R = 74.75%
G = 11.11%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE212A (or 0xDE212A) is known color: Alizarin. HEX triplet: DE, 21 and 2A. RGB value is (222,33,42). Sum of RGB (Red+Green+Blue) = 222+33+42=297 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.75% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 222 - color contains mainly: red. Hex color #DE212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE212A is #21DED5. Grayscale: #5A5A5A. Windows color (decimal): -2219734 or 2761182. OLE color: 2761182.

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

Color convert

RGB 222 33 42 -
CMYK 0 0.85 0.81 0.13
HSL 357.14º 0.74% 0.5% -
HSV(B) 357.14º 0.85% 0.87% -
XYZ 31.09 16.78 3.79 -
YUV 90.54 100.62 221.77 -
System Red Green Blue C M Y K H S L
Decimal 222 33 42 0 0.85 0.81 0.13 357.14 0.74 0.5
Hex DE 21 2A 0 55 51 D 165 4A 32
Octal 336 41 52 0 125 121 15 545 112 62
Binary 11011110 100001 101010 0 1010101 1010001 1101 101100101 1001010 110010

Color Harmonies of #DE212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE212A

Black with #DE212A

Text Example


Text Example

White with #DE212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE212A; }

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

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

background-color css

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

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

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

border-color css

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

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

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