Html Css Color HEX #D80D14 Venetian Red

📋 copy color: '#D80D14'

red 216 ◦ green 13 ◦ blue 20

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

Shades of Venetian Red #D80D14

Tints of Venetian Red #D80D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.22%

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

R = 86.75%
G = 5.22%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D80D14 (or 0xD80D14) is known color: Venetian Red. HEX triplet: D8, 0D and 14. RGB value is (216,13,20). Sum of RGB (Red+Green+Blue) = 216+13+20=249 (32% of max value = 765). Red value is 216 (84.77% from 255 or 86.75% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80D14 is #27F2EB. Grayscale: #4A4A4A. Windows color (decimal): -2618092 or 1314264. OLE color: 1314264.

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

Color convert

RGB 216 13 20 -
CMYK 0 0.94 0.91 0.15
HSL 357.93º 0.89% 0.45% -
HSV(B) 357.93º 0.94% 0.85% -
XYZ 28.59 14.94 2.04 -
YUV 74.5 97.25 228.93 -
System Red Green Blue C M Y K H S L
Decimal 216 13 20 0 0.94 0.91 0.15 357.93 0.89 0.45
Hex D8 D 14 0 5E 5B F 166 59 2D
Octal 330 15 24 0 136 133 17 546 131 55
Binary 11011000 1101 10100 0 1011110 1011011 1111 101100110 1011001 101101

Color Harmonies of #D80D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80D14

Black with #D80D14

Text Example


Text Example

White with #D80D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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