Html Css Color HEX #D80014 Venetian Red

📋 copy color: '#D80014'

red 216 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #D80014

Tints of Venetian Red #D80014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.53%
G = 0%
B = 8.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D80014 (or 0xD80014) is known color: Venetian Red. HEX triplet: D8, 00 and 14. RGB value is (216,0,20). Sum of RGB (Red+Green+Blue) = 216+0+20=236 (31% of max value = 765). Red value is 216 (84.77% from 255 or 91.53% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 216 - color contains mainly: red. Hex color #D80014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80014 is #27FFEB. Grayscale: #434343. Windows color (decimal): -2621420 or 1310936. OLE color: 1310936.

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

Color convert

RGB 216 0 20 -
CMYK 0 1 0.91 0.15
HSL 354.44º 1% 0.42% -
HSV(B) 354.44º 1% 0.85% -
XYZ 28.45 14.65 1.99 -
YUV 66.86 101.56 234.37 -
System Red Green Blue C M Y K H S L
Decimal 216 0 20 0 1 0.91 0.15 354.44 1 0.42
Hex D8 0 14 0 64 5B F 162 64 2A
Octal 330 0 24 0 144 133 17 542 144 52
Binary 11011000 0 10100 0 1100100 1011011 1111 101100010 1100100 101010

Color Harmonies of #D80014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80014

Black with #D80014

Text Example


Text Example

White with #D80014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80014; }

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

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

background-color css

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

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

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

border-color css

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

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

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