Html Css Color HEX #D80E11 Venetian Red

📋 copy color: '#D80E11'

red 216 ◦ green 14 ◦ blue 17

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

Shades of Venetian Red #D80E11

Tints of Venetian Red #D80E11

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.67%

 BLUE value IS 17 (7.03% from 255) = 6.88%

R = 87.45%
G = 5.67%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D80E11 (or 0xD80E11) is known color: Venetian Red. HEX triplet: D8, 0E and 11. RGB value is (216,14,17). Sum of RGB (Red+Green+Blue) = 216+14+17=247 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.45% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80E11 is #27F1EE. Grayscale: #4A4A4A. Windows color (decimal): -2617839 or 1117912. OLE color: 1117912.

HSL color Cylindrical-coordinate representation of color #D80E11: hue angle of 359.11º degrees, saturation: 0.88, 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 #D80E11 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 14 17 -
CMYK 0 0.94 0.92 0.15
HSL 359.11º 0.88% 0.45% -
HSV(B) 359.11º 0.94% 0.85% -
XYZ 28.58 14.95 1.91 -
YUV 74.74 95.42 228.76 -
System Red Green Blue C M Y K H S L
Decimal 216 14 17 0 0.94 0.92 0.15 359.11 0.88 0.45
Hex D8 E 11 0 5E 5C F 167 58 2D
Octal 330 16 21 0 136 134 17 547 130 55
Binary 11011000 1110 10001 0 1011110 1011100 1111 101100111 1011000 101101

Color Harmonies of #D80E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80E11

Black with #D80E11

Text Example


Text Example

White with #D80E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80E11; }

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

 H1.HeaderClassName
 {
   color: #D80E11;
 }
 .AnyTagClassName
 {
   color: #D80E11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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