Html Css Color HEX #D80713 Venetian Red

📋 copy color: '#D80713'

red 216 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #D80713

Tints of Venetian Red #D80713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 89.26%
G = 2.89%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D80713 (or 0xD80713) is known color: Venetian Red. HEX triplet: D8, 07 and 13. RGB value is (216,7,19). Sum of RGB (Red+Green+Blue) = 216+7+19=242 (32% of max value = 765). Red value is 216 (84.77% from 255 or 89.26% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 216 - color contains mainly: red. Hex color #D80713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80713 is #27F8EC. Grayscale: #474747. Windows color (decimal): -2619629 or 1247192. OLE color: 1247192.

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

Color convert

RGB 216 7 19 -
CMYK 0 0.97 0.91 0.15
HSL 356.56º 0.94% 0.44% -
HSV(B) 356.56º 0.97% 0.85% -
XYZ 28.51 14.8 1.97 -
YUV 70.86 98.74 231.52 -
System Red Green Blue C M Y K H S L
Decimal 216 7 19 0 0.97 0.91 0.15 356.56 0.94 0.44
Hex D8 7 13 0 61 5B F 165 5E 2C
Octal 330 7 23 0 141 133 17 545 136 54
Binary 11011000 111 10011 0 1100001 1011011 1111 101100101 1011110 101100

Color Harmonies of #D80713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80713

Black with #D80713

Text Example


Text Example

White with #D80713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80713; }

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

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

background-color css

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

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

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

border-color css

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

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

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