Html Css Color HEX #DE213B Alizarin

📋 copy color: '#DE213B'

red 222 ◦ green 33 ◦ blue 59

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

Shades of Alizarin #DE213B

Tints of Alizarin #DE213B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.79%

R = 70.7%
G = 10.51%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE213B (or 0xDE213B) is known color: Alizarin. HEX triplet: DE, 21 and 3B. RGB value is (222,33,59). Sum of RGB (Red+Green+Blue) = 222+33+59=314 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.70% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 222 - color contains mainly: red. Hex color #DE213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE213B is #21DEC4. Grayscale: #5C5C5C. Windows color (decimal): -2219717 or 3875294. OLE color: 3875294.

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

Color convert

RGB 222 33 59 -
CMYK 0 0.85 0.73 0.13
HSL 351.75º 0.74% 0.5% -
HSV(B) 351.75º 0.85% 0.87% -
XYZ 31.46 16.93 5.75 -
YUV 92.48 109.12 220.39 -
System Red Green Blue C M Y K H S L
Decimal 222 33 59 0 0.85 0.73 0.13 351.75 0.74 0.5
Hex DE 21 3B 0 55 49 D 160 4A 32
Octal 336 41 73 0 125 111 15 540 112 62
Binary 11011110 100001 111011 0 1010101 1001001 1101 101100000 1001010 110010

Color Harmonies of #DE213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE213B

Black with #DE213B

Text Example


Text Example

White with #DE213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE213B; }

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

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

background-color css

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

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

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

border-color css

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

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

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