Html Css Color HEX #D80B0C Venetian Red

📋 copy color: '#D80B0C'

red 216 ◦ green 11 ◦ blue 12

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

Shades of Venetian Red #D80B0C

Tints of Venetian Red #D80B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.02%

R = 90.38%
G = 4.6%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D80B0C (or 0xD80B0C) is known color: Venetian Red. HEX triplet: D8, 0B and 0C. RGB value is (216,11,12). Sum of RGB (Red+Green+Blue) = 216+11+12=239 (31% of max value = 765). Red value is 216 (84.77% from 255 or 90.38% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80B0C is #27F4F3. Grayscale: #484848. Windows color (decimal): -2618612 or 789464. OLE color: 789464.

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

Color convert

RGB 216 11 12 -
CMYK 0 0.95 0.94 0.15
HSL 359.71º 0.9% 0.45% -
HSV(B) 359.71º 0.95% 0.85% -
XYZ 28.5 14.86 1.71 -
YUV 72.41 93.92 230.42 -
System Red Green Blue C M Y K H S L
Decimal 216 11 12 0 0.95 0.94 0.15 359.71 0.9 0.45
Hex D8 B C 0 5F 5E F 168 5A 2D
Octal 330 13 14 0 137 136 17 550 132 55
Binary 11011000 1011 1100 0 1011111 1011110 1111 101101000 1011010 101101

Color Harmonies of #D80B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80B0C

Black with #D80B0C

Text Example


Text Example

White with #D80B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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