Html Css Color HEX #D80516 Venetian Red

📋 copy color: '#D80516'

red 216 ◦ green 5 ◦ blue 22

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

Shades of Venetian Red #D80516

Tints of Venetian Red #D80516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

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

R = 88.89%
G = 2.06%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D80516 (or 0xD80516) is known color: Venetian Red. HEX triplet: D8, 05 and 16. RGB value is (216,5,22). Sum of RGB (Red+Green+Blue) = 216+5+22=243 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.89% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 216 - color contains mainly: red. Hex color #D80516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80516 is #27FAE9. Grayscale: #464646. Windows color (decimal): -2620138 or 1443288. OLE color: 1443288.

HSL color Cylindrical-coordinate representation of color #D80516: hue angle of 355.17º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80516 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 5 22 -
CMYK 0 0.98 0.90 0.15
HSL 355.17º 0.95% 0.43% -
HSV(B) 355.17º 0.98% 0.85% -
XYZ 28.52 14.77 2.11 -
YUV 70.03 100.9 232.12 -
System Red Green Blue C M Y K H S L
Decimal 216 5 22 0 0.98 0.90 0.15 355.17 0.95 0.43
Hex D8 5 16 0 62 5A F 163 5F 2B
Octal 330 5 26 0 142 132 17 543 137 53
Binary 11011000 101 10110 0 1100010 1011010 1111 101100011 1011111 101011

Color Harmonies of #D80516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80516

Black with #D80516

Text Example


Text Example

White with #D80516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80516; }

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

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

background-color css

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

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

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

border-color css

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

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

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