Html Css Color HEX #DE213D Alizarin

📋 copy color: '#DE213D'

red 222 ◦ green 33 ◦ blue 61

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

Shades of Alizarin #DE213D

Tints of Alizarin #DE213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.3%

R = 70.25%
G = 10.44%
B = 19.3%

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

#DE213D (or 0xDE213D) is known color: Alizarin. HEX triplet: DE, 21 and 3D. RGB value is (222,33,61). Sum of RGB (Red+Green+Blue) = 222+33+61=316 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.25% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 222 - color contains mainly: red. Hex color #DE213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE213D is #21DEC2. Grayscale: #5C5C5C. Windows color (decimal): -2219715 or 4006366. OLE color: 4006366.

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

Color convert

RGB 222 33 61 -
CMYK 0 0.85 0.73 0.13
HSL 351.11º 0.74% 0.5% -
HSV(B) 351.11º 0.85% 0.87% -
XYZ 31.51 16.95 6.03 -
YUV 92.7 110.12 220.22 -
System Red Green Blue C M Y K H S L
Decimal 222 33 61 0 0.85 0.73 0.13 351.11 0.74 0.5
Hex DE 21 3D 0 55 49 D 15F 4A 32
Octal 336 41 75 0 125 111 15 537 112 62
Binary 11011110 100001 111101 0 1010101 1001001 1101 101011111 1001010 110010

Color Harmonies of #DE213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE213D

Black with #DE213D

Text Example


Text Example

White with #DE213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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