Html Css Color HEX #DF3239 Alizarin

📋 copy color: '#DF3239'

red 223 ◦ green 50 ◦ blue 57

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

Shades of Alizarin #DF3239

Tints of Alizarin #DF3239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.15%

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

R = 67.58%
G = 15.15%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF3239 (or 0xDF3239) is known color: Alizarin. HEX triplet: DF, 32 and 39. RGB value is (223,50,57). Sum of RGB (Red+Green+Blue) = 223+50+57=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3239 is #20CDC6. Grayscale: #666666. Windows color (decimal): -2149831 or 3748575. OLE color: 3748575.

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

Color convert

RGB 223 50 57 -
CMYK 0 0.78 0.74 0.13
HSL 357.57º 0.73% 0.54% -
HSV(B) 357.57º 0.78% 0.87% -
XYZ 32.31 18.26 5.69 -
YUV 102.53 102.31 213.93 -
System Red Green Blue C M Y K H S L
Decimal 223 50 57 0 0.78 0.74 0.13 357.57 0.73 0.54
Hex DF 32 39 0 4E 4A D 166 49 36
Octal 337 62 71 0 116 112 15 546 111 66
Binary 11011111 110010 111001 0 1001110 1001010 1101 101100110 1001001 110110

Color Harmonies of #DF3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3239

Black with #DF3239

Text Example


Text Example

White with #DF3239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3239; }

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

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

background-color css

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

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

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

border-color css

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

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

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