Html Css Color HEX #D80518 Venetian Red

📋 copy color: '#D80518'

red 216 ◦ green 5 ◦ blue 24

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

Shades of Venetian Red #D80518

Tints of Venetian Red #D80518

RGB

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

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

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

R = 88.16%
G = 2.04%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D80518 (or 0xD80518) is known color: Venetian Red. HEX triplet: D8, 05 and 18. RGB value is (216,5,24). Sum of RGB (Red+Green+Blue) = 216+5+24=245 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.16% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 216 - color contains mainly: red. Hex color #D80518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80518 is #27FAE7. Grayscale: #464646. Windows color (decimal): -2620136 or 1574360. OLE color: 1574360.

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

Color convert

RGB 216 5 24 -
CMYK 0 0.98 0.89 0.15
HSL 354.6º 0.95% 0.43% -
HSV(B) 354.6º 0.98% 0.85% -
XYZ 28.54 14.77 2.21 -
YUV 70.26 101.9 231.96 -
System Red Green Blue C M Y K H S L
Decimal 216 5 24 0 0.98 0.89 0.15 354.6 0.95 0.43
Hex D8 5 18 0 62 59 F 163 5F 2B
Octal 330 5 30 0 142 131 17 543 137 53
Binary 11011000 101 11000 0 1100010 1011001 1111 101100011 1011111 101011

Color Harmonies of #D80518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80518

Black with #D80518

Text Example


Text Example

White with #D80518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80518; }

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

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

background-color css

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

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

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

border-color css

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

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

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