Html Css Color HEX #DF2339 Alizarin

📋 copy color: '#DF2339'

red 223 ◦ green 35 ◦ blue 57

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

Shades of Alizarin #DF2339

Tints of Alizarin #DF2339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.1%

R = 70.79%
G = 11.11%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF2339 (or 0xDF2339) is known color: Alizarin. HEX triplet: DF, 23 and 39. RGB value is (223,35,57). Sum of RGB (Red+Green+Blue) = 223+35+57=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2339 is #20DCC6. Grayscale: #5D5D5D. Windows color (decimal): -2153671 or 3744735. OLE color: 3744735.

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

Color convert

RGB 223 35 57 -
CMYK 0 0.84 0.74 0.13
HSL 352.98º 0.75% 0.51% -
HSV(B) 352.98º 0.84% 0.87% -
XYZ 31.77 17.19 5.51 -
YUV 93.72 107.28 220.21 -
System Red Green Blue C M Y K H S L
Decimal 223 35 57 0 0.84 0.74 0.13 352.98 0.75 0.51
Hex DF 23 39 0 54 4A D 161 4B 33
Octal 337 43 71 0 124 112 15 541 113 63
Binary 11011111 100011 111001 0 1010100 1001010 1101 101100001 1001011 110011

Color Harmonies of #DF2339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2339

Black with #DF2339

Text Example


Text Example

White with #DF2339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2339; }

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

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

background-color css

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

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

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

border-color css

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

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

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