Html Css Color HEX #D80714 Venetian Red

📋 copy color: '#D80714'

red 216 ◦ green 7 ◦ blue 20

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

Shades of Venetian Red #D80714

Tints of Venetian Red #D80714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 88.89%
G = 2.88%
B = 8.23%

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

#D80714 (or 0xD80714) is known color: Venetian Red. HEX triplet: D8, 07 and 14. RGB value is (216,7,20). Sum of RGB (Red+Green+Blue) = 216+7+20=243 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.89% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 216 - color contains mainly: red. Hex color #D80714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80714 is #27F8EB. Grayscale: #474747. Windows color (decimal): -2619628 or 1312728. OLE color: 1312728.

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

Color convert

RGB 216 7 20 -
CMYK 0 0.97 0.91 0.15
HSL 356.27º 0.94% 0.44% -
HSV(B) 356.27º 0.97% 0.85% -
XYZ 28.52 14.8 2.02 -
YUV 70.97 99.24 231.44 -
System Red Green Blue C M Y K H S L
Decimal 216 7 20 0 0.97 0.91 0.15 356.27 0.94 0.44
Hex D8 7 14 0 61 5B F 164 5E 2C
Octal 330 7 24 0 141 133 17 544 136 54
Binary 11011000 111 10100 0 1100001 1011011 1111 101100100 1011110 101100

Color Harmonies of #D80714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80714

Black with #D80714

Text Example


Text Example

White with #D80714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80714; }

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

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

background-color css

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

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

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

border-color css

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

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

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