Html Css Color HEX #DE223C Alizarin

📋 copy color: '#DE223C'

red 222 ◦ green 34 ◦ blue 60

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

Shades of Alizarin #DE223C

Tints of Alizarin #DE223C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.76%

 BLUE value IS 60 (23.83% from 255) = 18.99%

R = 70.25%
G = 10.76%
B = 18.99%

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

#DE223C (or 0xDE223C) is known color: Alizarin. HEX triplet: DE, 22 and 3C. RGB value is (222,34,60). Sum of RGB (Red+Green+Blue) = 222+34+60=316 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.25% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 222 - color contains mainly: red. Hex color #DE223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE223C is #21DDC3. Grayscale: #5D5D5D. Windows color (decimal): -2219460 or 3941086. OLE color: 3941086.

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

Color convert

RGB 222 34 60 -
CMYK 0 0.85 0.73 0.13
HSL 351.7º 0.74% 0.5% -
HSV(B) 351.7º 0.85% 0.87% -
XYZ 31.51 17 5.9 -
YUV 93.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 222 34 60 0 0.85 0.73 0.13 351.7 0.74 0.5
Hex DE 22 3C 0 55 49 D 160 4A 32
Octal 336 42 74 0 125 111 15 540 112 62
Binary 11011110 100010 111100 0 1010101 1001001 1101 101100000 1001010 110010

Color Harmonies of #DE223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE223C

Black with #DE223C

Text Example


Text Example

White with #DE223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE223C; }

 p { color: rgb(222,34,60); }

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

background-color css

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

 a { background-color: rgb(222,34,60); }

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

border-color css

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

 span { border-color: rgb(222,34,60); }

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