#DF0917

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

Shades of Venetian Red #DF0917

Tints of Venetian Red #DF0917

Color information

#DF0917 (or 0xDF0917) is unknown color: approx Venetian Red. HEX triplet: DF, 09 and 17. RGB value is (223,9,23). Sum of RGB (Red+Green+Blue) = 223+9+23=255 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.45% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0917 is #20F6E8. Grayscale: #4A4A4A. Windows color (decimal): -2160361 or 1509855. OLE color: 1509855.

HSL color Cylindrical-coordinate representation of color #DF0917: hue angle of 356.07º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0917 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB223923-
CMYK00.960.900.13
HSL356.07º92.24%45.49%-
HSV(B)356.07º95.96%87.45%-
XYZ30.6815.952.27-
YUV74.5898.9233.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 87.45%
GREEN value IS 9 (3.91% from 255) = 3.53%
BLUE value IS 23 (9.38% from 255) = 9.02%
R=87.45%
G=3.53%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22392300.960.900.13356.0792.2445.49
HexDF9170605AD1645c2d
Octal337112701401321554413455
Binary1101111110011011101100000101101011011011001001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0917; }

 p { color: rgb(223,9,23); }

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

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

 a { background-color: rgb(223,9,23); }

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

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

 span { border-color: rgb(223,9,23); }

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