Html Css Color HEX #DF2032 Alizarin

📋 copy color: '#DF2032'

red 223 ◦ green 32 ◦ blue 50

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

Shades of Alizarin #DF2032

Tints of Alizarin #DF2032

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 73.11%
G = 10.49%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF2032 (or 0xDF2032) is known color: Alizarin. HEX triplet: DF, 20 and 32. RGB value is (223,32,50). Sum of RGB (Red+Green+Blue) = 223+32+50=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2032 is #20DFCD. Grayscale: #5B5B5B. Windows color (decimal): -2154446 or 3285215. OLE color: 3285215.

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

Color convert

RGB 223 32 50 -
CMYK 0 0.86 0.78 0.13
HSL 354.35º 0.75% 0.5% -
HSV(B) 354.35º 0.86% 0.87% -
XYZ 31.52 16.95 4.63 -
YUV 91.16 104.78 222.04 -
System Red Green Blue C M Y K H S L
Decimal 223 32 50 0 0.86 0.78 0.13 354.35 0.75 0.5
Hex DF 20 32 0 56 4E D 162 4B 32
Octal 337 40 62 0 126 116 15 542 113 62
Binary 11011111 100000 110010 0 1010110 1001110 1101 101100010 1001011 110010

Color Harmonies of #DF2032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2032

Black with #DF2032

Text Example


Text Example

White with #DF2032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2032; }

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

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

background-color css

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

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

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

border-color css

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

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

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