Html Css Color HEX #DE213F Alizarin

📋 copy color: '#DE213F'

red 222 ◦ green 33 ◦ blue 63

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

Shades of Alizarin #DE213F

Tints of Alizarin #DE213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.81%

R = 69.81%
G = 10.38%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE213F (or 0xDE213F) is known color: Alizarin. HEX triplet: DE, 21 and 3F. RGB value is (222,33,63). Sum of RGB (Red+Green+Blue) = 222+33+63=318 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.81% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 222 - color contains mainly: red. Hex color #DE213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE213F is #21DEC0. Grayscale: #5D5D5D. Windows color (decimal): -2219713 or 4137438. OLE color: 4137438.

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

Color convert

RGB 222 33 63 -
CMYK 0 0.85 0.72 0.13
HSL 350.48º 0.74% 0.5% -
HSV(B) 350.48º 0.85% 0.87% -
XYZ 31.57 16.98 6.32 -
YUV 92.93 111.12 220.06 -
System Red Green Blue C M Y K H S L
Decimal 222 33 63 0 0.85 0.72 0.13 350.48 0.74 0.5
Hex DE 21 3F 0 55 48 D 15E 4A 32
Octal 336 41 77 0 125 110 15 536 112 62
Binary 11011110 100001 111111 0 1010101 1001000 1101 101011110 1001010 110010

Color Harmonies of #DE213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE213F

Black with #DE213F

Text Example


Text Example

White with #DE213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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