#D9000F

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

Shades of Venetian Red #D9000F

Tints of Venetian Red #D9000F

Color information

#D9000F (or 0xD9000F) is unknown color: approx Venetian Red. HEX triplet: D9, 00 and 0F. RGB value is (217,0,15). Sum of RGB (Red+Green+Blue) = 217+0+15=232 (30% of max value = 765). Red value is 217 (85.16% from 255 or 93.53% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 217 - color contains mainly: red. Hex color #D9000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9000F is #26FFF0. Grayscale: #424242. Windows color (decimal): -2555889 or 983257. OLE color: 983257.

HSL color Cylindrical-coordinate representation of color #D9000F: hue angle of 355.85º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9000F is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB217015-
CMYK010.930.15
HSL355.85º100%42.55%-
HSV(B)355.85º100%85.1%-
XYZ28.714.791.79-
YUV66.5998.89235.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 93.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 6.47%
R=93.53%
G=0%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217015010.930.15355.8510042.55
HexD90F0645DF164642b
Octal33101701441351754414453
Binary110110010111101100100101110111111011001001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9000F; }

 p { color: rgb(217,0,15); }

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

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

 a { background-color: rgb(217,0,15); }

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

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

 span { border-color: rgb(217,0,15); }

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