#D80C12

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

Shades of Venetian Red #D80C12

Tints of Venetian Red #D80C12

Color information

#D80C12 (or 0xD80C12) is unknown color: approx Venetian Red. HEX triplet: D8, 0C and 12. RGB value is (216,12,18). Sum of RGB (Red+Green+Blue) = 216+12+18=246 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.80% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80C12 is #27F3ED. Grayscale: #494949. Windows color (decimal): -2618350 or 1182936. OLE color: 1182936.

HSL color Cylindrical-coordinate representation of color #D80C12: hue angle of 358.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80C12 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB2161218-
CMYK00.940.920.15
HSL358.24º89.47%44.71%-
HSV(B)358.24º94.44%84.71%-
XYZ28.5614.911.94-
YUV73.6896.59229.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 87.80%
GREEN value IS 12 (5.08% from 255) = 4.88%
BLUE value IS 18 (7.42% from 255) = 7.32%
R=87.80%
G=4.88%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216121800.940.920.15358.2489.4744.71
HexD8C1205E5CF166592d
Octal330142201361341754613155
Binary1101100011001001001011110101110011111011001101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80C12; }

 p { color: rgb(216,12,18); }

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

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

 a { background-color: rgb(216,12,18); }

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

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

 span { border-color: rgb(216,12,18); }

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