Html Css Color HEX #D80C16 Venetian Red

📋 copy color: '#D80C16'

red 216 ◦ green 12 ◦ blue 22

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

Shades of Venetian Red #D80C16

Tints of Venetian Red #D80C16

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.8%

 BLUE value IS 22 (8.98% from 255) = 8.8%

R = 86.4%
G = 4.8%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D80C16 (or 0xD80C16) is known color: Venetian Red. HEX triplet: D8, 0C and 16. RGB value is (216,12,22). Sum of RGB (Red+Green+Blue) = 216+12+22=250 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.4% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80C16 is #27F3E9. Grayscale: #4A4A4A. Windows color (decimal): -2618346 or 1445080. OLE color: 1445080.

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

Color convert

RGB 216 12 22 -
CMYK 0 0.94 0.90 0.15
HSL 357.06º 0.89% 0.45% -
HSV(B) 357.06º 0.94% 0.85% -
XYZ 28.6 14.92 2.13 -
YUV 74.14 98.59 229.19 -
System Red Green Blue C M Y K H S L
Decimal 216 12 22 0 0.94 0.90 0.15 357.06 0.89 0.45
Hex D8 C 16 0 5E 5A F 165 59 2D
Octal 330 14 26 0 136 132 17 545 131 55
Binary 11011000 1100 10110 0 1011110 1011010 1111 101100101 1011001 101101

Color Harmonies of #D80C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C16

Black with #D80C16

Text Example


Text Example

White with #D80C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C16; }

 p { color: rgb(216,12,22); }

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

background-color css

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

 a { background-color: rgb(216,12,22); }

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

border-color css

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

 span { border-color: rgb(216,12,22); }

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