Html Css Color HEX #D80718 Venetian Red

📋 copy color: '#D80718'

red 216 ◦ green 7 ◦ blue 24

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

Shades of Venetian Red #D80718

Tints of Venetian Red #D80718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.83%

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

R = 87.45%
G = 2.83%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D80718 (or 0xD80718) is known color: Venetian Red. HEX triplet: D8, 07 and 18. RGB value is (216,7,24). Sum of RGB (Red+Green+Blue) = 216+7+24=247 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.45% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 216 - color contains mainly: red. Hex color #D80718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80718 is #27F8E7. Grayscale: #474747. Windows color (decimal): -2619624 or 1574872. OLE color: 1574872.

HSL color Cylindrical-coordinate representation of color #D80718: hue angle of 355.12º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80718 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 7 24 -
CMYK 0 0.97 0.89 0.15
HSL 355.12º 0.94% 0.44% -
HSV(B) 355.12º 0.97% 0.85% -
XYZ 28.56 14.82 2.22 -
YUV 71.43 101.24 231.12 -
System Red Green Blue C M Y K H S L
Decimal 216 7 24 0 0.97 0.89 0.15 355.12 0.94 0.44
Hex D8 7 18 0 61 59 F 163 5E 2C
Octal 330 7 30 0 141 131 17 543 136 54
Binary 11011000 111 11000 0 1100001 1011001 1111 101100011 1011110 101100

Color Harmonies of #D80718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80718

Black with #D80718

Text Example


Text Example

White with #D80718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80718; }

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

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

background-color css

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

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

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

border-color css

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

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

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