Html Css Color HEX #DF2224 Alizarin

📋 copy color: '#DF2224'

red 223 ◦ green 34 ◦ blue 36

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

Shades of Alizarin #DF2224

Tints of Alizarin #DF2224

RGB

 RED value IS 223 (87.5% from 255) = 76.11%

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

 BLUE value IS 36 (14.45% from 255) = 12.29%

R = 76.11%
G = 11.6%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF2224 (or 0xDF2224) is known color: Alizarin. HEX triplet: DF, 22 and 24. RGB value is (223,34,36). Sum of RGB (Red+Green+Blue) = 223+34+36=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2224 is #20DDDB. Grayscale: #5A5A5A. Windows color (decimal): -2153948 or 2368223. OLE color: 2368223.

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

Color convert

RGB 223 34 36 -
CMYK 0 0.85 0.84 0.13
HSL 359.37º 0.75% 0.5% -
HSV(B) 359.37º 0.85% 0.87% -
XYZ 31.32 16.96 3.29 -
YUV 90.74 97.12 222.34 -
System Red Green Blue C M Y K H S L
Decimal 223 34 36 0 0.85 0.84 0.13 359.37 0.75 0.5
Hex DF 22 24 0 55 54 D 167 4B 32
Octal 337 42 44 0 125 124 15 547 113 62
Binary 11011111 100010 100100 0 1010101 1010100 1101 101100111 1001011 110010

Color Harmonies of #DF2224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2224

Black with #DF2224

Text Example


Text Example

White with #DF2224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2224; }

 p { color: rgb(223,34,36); }

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

background-color css

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

 a { background-color: rgb(223,34,36); }

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

border-color css

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

 span { border-color: rgb(223,34,36); }

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