Html Css Color HEX #DF2329 Alizarin

📋 copy color: '#DF2329'

red 223 ◦ green 35 ◦ blue 41

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

Shades of Alizarin #DF2329

Tints of Alizarin #DF2329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.71%

R = 74.58%
G = 11.71%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF2329 (or 0xDF2329) is known color: Alizarin. HEX triplet: DF, 23 and 29. RGB value is (223,35,41). Sum of RGB (Red+Green+Blue) = 223+35+41=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2329 is #20DCD6. Grayscale: #5C5C5C. Windows color (decimal): -2153687 or 2696159. OLE color: 2696159.

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

Color convert

RGB 223 35 41 -
CMYK 0 0.84 0.82 0.13
HSL 358.09º 0.75% 0.51% -
HSV(B) 358.09º 0.84% 0.87% -
XYZ 31.43 17.05 3.73 -
YUV 91.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 223 35 41 0 0.84 0.82 0.13 358.09 0.75 0.51
Hex DF 23 29 0 54 52 D 166 4B 33
Octal 337 43 51 0 124 122 15 546 113 63
Binary 11011111 100011 101001 0 1010100 1010010 1101 101100110 1001011 110011

Color Harmonies of #DF2329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2329

Black with #DF2329

Text Example


Text Example

White with #DF2329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2329; }

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

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

background-color css

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

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

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

border-color css

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

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

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