Html Css Color HEX #D80A0E Venetian Red

📋 copy color: '#D80A0E'

red 216 ◦ green 10 ◦ blue 14

#D80A0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #D80A0E

Tints of Venetian Red #D80A0E

RGB

 RED value IS 216 (84.77% from 255) = 90%

 GREEN value IS 10 (4.3% from 255) = 4.17%

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 90%
G = 4.17%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D80A0E (or 0xD80A0E) is known color: 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

RGB 216 10 14 -
CMYK 0 0.95 0.94 0.15
HSL 358.84º 0.91% 0.44% -
HSV(B) 358.84º 0.95% 0.85% -
XYZ 28.51 14.85 1.78 -
YUV 72.05 95.25 230.67 -
System Red Green Blue C M Y K H S L
Decimal 216 10 14 0 0.95 0.94 0.15 358.84 0.91 0.44
Hex D8 A E 0 5F 5E F 167 5B 2C
Octal 330 12 16 0 137 136 17 547 133 54
Binary 11011000 1010 1110 0 1011111 1011110 1111 101100111 1011011 101100

Color Harmonies of #D80A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80A0E

Black with #D80A0E

Text Example


Text Example

White with #D80A0E

Text Example


Text Example

HTML Codes & Css Web 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>