Html Css Color HEX #D80B18 Venetian Red

📋 copy color: '#D80B18'

red 216 ◦ green 11 ◦ blue 24

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

Shades of Venetian Red #D80B18

Tints of Venetian Red #D80B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.56%

R = 86.06%
G = 4.38%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D80B18 (or 0xD80B18) is known color: Venetian Red. HEX triplet: D8, 0B and 18. RGB value is (216,11,24). Sum of RGB (Red+Green+Blue) = 216+11+24=251 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.06% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80B18 is #27F4E7. Grayscale: #494949. Windows color (decimal): -2618600 or 1575896. OLE color: 1575896.

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

Color convert

RGB 216 11 24 -
CMYK 0 0.95 0.89 0.15
HSL 356.2º 0.9% 0.45% -
HSV(B) 356.2º 0.95% 0.85% -
XYZ 28.6 14.9 2.23 -
YUV 73.78 99.92 229.44 -
System Red Green Blue C M Y K H S L
Decimal 216 11 24 0 0.95 0.89 0.15 356.2 0.9 0.45
Hex D8 B 18 0 5F 59 F 164 5A 2D
Octal 330 13 30 0 137 131 17 544 132 55
Binary 11011000 1011 11000 0 1011111 1011001 1111 101100100 1011010 101101

Color Harmonies of #D80B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80B18

Black with #D80B18

Text Example


Text Example

White with #D80B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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