#D80A0E

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

Shades of Venetian Red #D80A0E

Tints of Venetian Red #D80A0E

Color information

#D80A0E (or 0xD80A0E) is unknown color: approx Venetian Red. HEX triplet: D8, 0A and 0E. RGB value is (216,10,14). Sum of RGB (Red+Green+Blue) = 216+10+14=240 (31% of max value = 765). Red value is 216 (84.77% from 255 or 90% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80A0E is #27F5F1. Grayscale: #484848. Windows color (decimal): -2618866 or 920280. OLE color: 920280.

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

Color convert

RGB2161014-
CMYK00.950.940.15
HSL358.83º91.15%44.31%-
HSV(B)358.83º95.37%84.71%-
XYZ28.5114.851.78-
YUV72.0595.25230.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 90%
GREEN value IS 10 (4.30% from 255) = 4.17%
BLUE value IS 14 (5.86% from 255) = 5.83%
R=90%
G=4.17%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216101400.950.940.15358.8391.1544.31
HexD8AE05F5EF1675b2c
Octal330121601371361754713354
Binary110110001010111001011111101111011111011001111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80A0E; }

 p { color: rgb(216,10,14); }

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

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

 a { background-color: rgb(216,10,14); }

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

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

 span { border-color: rgb(216,10,14); }

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