Html Css Color HEX #DF2D39 Alizarin

📋 copy color: '#DF2D39'

red 223 ◦ green 45 ◦ blue 57

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

Shades of Alizarin #DF2D39

Tints of Alizarin #DF2D39

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.85%

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

R = 68.62%
G = 13.85%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF2D39 (or 0xDF2D39) is known color: Alizarin. HEX triplet: DF, 2D and 39. RGB value is (223,45,57). Sum of RGB (Red+Green+Blue) = 223+45+57=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D39 is #20D2C6. Grayscale: #636363. Windows color (decimal): -2151111 or 3747295. OLE color: 3747295.

HSL color Cylindrical-coordinate representation of color #DF2D39: hue angle of 355.96º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D39 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 45 57 -
CMYK 0 0.80 0.74 0.13
HSL 355.96º 0.74% 0.53% -
HSV(B) 355.96º 0.8% 0.87% -
XYZ 32.11 17.86 5.63 -
YUV 99.59 103.97 216.02 -
System Red Green Blue C M Y K H S L
Decimal 223 45 57 0 0.80 0.74 0.13 355.96 0.74 0.53
Hex DF 2D 39 0 50 4A D 164 4A 35
Octal 337 55 71 0 120 112 15 544 112 65
Binary 11011111 101101 111001 0 1010000 1001010 1101 101100100 1001010 110101

Color Harmonies of #DF2D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D39

Black with #DF2D39

Text Example


Text Example

White with #DF2D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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