Html Css Color HEX #DF2324 Alizarin

📋 copy color: '#DF2324'

red 223 ◦ green 35 ◦ blue 36

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

Shades of Alizarin #DF2324

Tints of Alizarin #DF2324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.9%

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

R = 75.85%
G = 11.9%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF2324 (or 0xDF2324) is known color: Alizarin. HEX triplet: DF, 23 and 24. RGB value is (223,35,36). Sum of RGB (Red+Green+Blue) = 223+35+36=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2324 is #20DCDB. Grayscale: #5B5B5B. Windows color (decimal): -2153692 or 2368479. OLE color: 2368479.

HSL color Cylindrical-coordinate representation of color #DF2324: hue angle of 359.68º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2324 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 35 36 -
CMYK 0 0.84 0.84 0.13
HSL 359.68º 0.75% 0.51% -
HSV(B) 359.68º 0.84% 0.87% -
XYZ 31.35 17.02 3.3 -
YUV 91.33 96.78 221.92 -
System Red Green Blue C M Y K H S L
Decimal 223 35 36 0 0.84 0.84 0.13 359.68 0.75 0.51
Hex DF 23 24 0 54 54 D 168 4B 33
Octal 337 43 44 0 124 124 15 550 113 63
Binary 11011111 100011 100100 0 1010100 1010100 1101 101101000 1001011 110011

Color Harmonies of #DF2324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2324

Black with #DF2324

Text Example


Text Example

White with #DF2324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2324; }

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

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

background-color css

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

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

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

border-color css

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

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

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