Html Css Color HEX #D80812 Venetian Red

📋 copy color: '#D80812'

red 216 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #D80812

Tints of Venetian Red #D80812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.31%

 BLUE value IS 18 (7.42% from 255) = 7.44%

R = 89.26%
G = 3.31%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D80812 (or 0xD80812) is known color: Venetian Red. HEX triplet: D8, 08 and 12. RGB value is (216,8,18). Sum of RGB (Red+Green+Blue) = 216+8+18=242 (32% of max value = 765). Red value is 216 (84.77% from 255 or 89.26% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 216 - color contains mainly: red. Hex color #D80812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80812 is #27F7ED. Grayscale: #474747. Windows color (decimal): -2619374 or 1181912. OLE color: 1181912.

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

Color convert

RGB 216 8 18 -
CMYK 0 0.96 0.92 0.15
HSL 357.12º 0.93% 0.44% -
HSV(B) 357.12º 0.96% 0.85% -
XYZ 28.51 14.82 1.93 -
YUV 71.33 97.91 231.19 -
System Red Green Blue C M Y K H S L
Decimal 216 8 18 0 0.96 0.92 0.15 357.12 0.93 0.44
Hex D8 8 12 0 60 5C F 165 5D 2C
Octal 330 10 22 0 140 134 17 545 135 54
Binary 11011000 1000 10010 0 1100000 1011100 1111 101100101 1011101 101100

Color Harmonies of #D80812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80812

Black with #D80812

Text Example


Text Example

White with #D80812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80812; }

 p { color: rgb(216,8,18); }

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

background-color css

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

 a { background-color: rgb(216,8,18); }

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

border-color css

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

 span { border-color: rgb(216,8,18); }

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