Html Css Color HEX #D80B12 Venetian Red

📋 copy color: '#D80B12'

red 216 ◦ green 11 ◦ blue 18

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

Shades of Venetian Red #D80B12

Tints of Venetian Red #D80B12

RGB

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

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

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

R = 88.16%
G = 4.49%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D80B12 (or 0xD80B12) is known color: Venetian Red. HEX triplet: D8, 0B and 12. RGB value is (216,11,18). Sum of RGB (Red+Green+Blue) = 216+11+18=245 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.16% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80B12 is #27F4ED. Grayscale: #494949. Windows color (decimal): -2618606 or 1182680. OLE color: 1182680.

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

Color convert

RGB 216 11 18 -
CMYK 0 0.95 0.92 0.15
HSL 357.95º 0.9% 0.45% -
HSV(B) 357.95º 0.95% 0.85% -
XYZ 28.55 14.88 1.94 -
YUV 73.09 96.92 229.93 -
System Red Green Blue C M Y K H S L
Decimal 216 11 18 0 0.95 0.92 0.15 357.95 0.9 0.45
Hex D8 B 12 0 5F 5C F 166 5A 2D
Octal 330 13 22 0 137 134 17 546 132 55
Binary 11011000 1011 10010 0 1011111 1011100 1111 101100110 1011010 101101

Color Harmonies of #D80B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80B12

Black with #D80B12

Text Example


Text Example

White with #D80B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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