Html Css Color HEX #D80010 Venetian Red

📋 copy color: '#D80010'

red 216 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #D80010

Tints of Venetian Red #D80010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.1%
G = 0%
B = 6.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D80010 (or 0xD80010) is known color: Venetian Red. HEX triplet: D8, 00 and 10. RGB value is (216,0,16). Sum of RGB (Red+Green+Blue) = 216+0+16=232 (30% of max value = 765). Red value is 216 (84.77% from 255 or 93.10% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 216 - color contains mainly: red. Hex color #D80010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80010 is #27FFEF. Grayscale: #424242. Windows color (decimal): -2621424 or 1048792. OLE color: 1048792.

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

Color convert

RGB 216 0 16 -
CMYK 0 1 0.93 0.15
HSL 355.56º 1% 0.42% -
HSV(B) 355.56º 1% 0.85% -
XYZ 28.41 14.64 1.82 -
YUV 66.41 99.56 234.7 -
System Red Green Blue C M Y K H S L
Decimal 216 0 16 0 1 0.93 0.15 355.56 1 0.42
Hex D8 0 10 0 64 5D F 164 64 2A
Octal 330 0 20 0 144 135 17 544 144 52
Binary 11011000 0 10000 0 1100100 1011101 1111 101100100 1100100 101010

Color Harmonies of #D80010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80010

Black with #D80010

Text Example


Text Example

White with #D80010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80010; }

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

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

background-color css

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

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

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

border-color css

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

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

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