#df203c

Color #DF203C Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #DF203C

Tints of Alizarin #DF203C

Color information

#DF203C (or 0xDF203C) is unknown color: approx Alizarin. HEX triplet: DF, 20 and 3C. RGB value is (223,32,60). Sum of RGB (Red+Green+Blue) = 223+32+60=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF203C is #20DFC3. Grayscale: #5C5C5C. Windows color (decimal): -2154436 or 3940575. OLE color: 3940575.

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

Color convert

RGB2233260-
CMYK00.860.730.13
HSL351.2º74.9%50%-
HSV(B)351.2º85.65%87.45%-
XYZ31.7617.055.89-
YUV92.3109.78221.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 70.79%
GREEN value IS 32 (12.89% from 255) = 10.16%
BLUE value IS 60 (23.83% from 255) = 19.05%
R=70.79%
G=10.16%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223326000.860.730.13351.274.950
HexDF203C05649D15f4b32
Octal337407401261111553711362
Binary1101111110000011110001010110100100111011010111111001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df203c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df203c; }

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

 H1.HeaderClassName
 {
   color: #df203c;
 }
 .AnyTagClassName
 {
   color: #df203c;
 }
</style>
background-color css

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

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

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

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

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

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