Html Css Color HEX #D80B10 Venetian Red

📋 copy color: '#D80B10'

red 216 ◦ green 11 ◦ blue 16

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

Shades of Venetian Red #D80B10

Tints of Venetian Red #D80B10

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.53%

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 88.89%
G = 4.53%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D80B10 (or 0xD80B10) is known color: Venetian Red. HEX triplet: D8, 0B and 10. RGB value is (216,11,16). Sum of RGB (Red+Green+Blue) = 216+11+16=243 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.89% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80B10 is #27F4EF. Grayscale: #494949. Windows color (decimal): -2618608 or 1051608. OLE color: 1051608.

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

Color convert

RGB 216 11 16 -
CMYK 0 0.95 0.93 0.15
HSL 358.54º 0.9% 0.45% -
HSV(B) 358.54º 0.95% 0.85% -
XYZ 28.53 14.88 1.86 -
YUV 72.87 95.92 230.09 -
System Red Green Blue C M Y K H S L
Decimal 216 11 16 0 0.95 0.93 0.15 358.54 0.9 0.45
Hex D8 B 10 0 5F 5D F 167 5A 2D
Octal 330 13 20 0 137 135 17 547 132 55
Binary 11011000 1011 10000 0 1011111 1011101 1111 101100111 1011010 101101

Color Harmonies of #D80B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80B10

Black with #D80B10

Text Example


Text Example

White with #D80B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80B10; }

 p { color: rgb(216,11,16); }

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

background-color css

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

 a { background-color: rgb(216,11,16); }

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

border-color css

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

 span { border-color: rgb(216,11,16); }

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