Html Css Color HEX #D80016 Venetian Red

📋 copy color: '#D80016'

red 216 ◦ green 0 ◦ blue 22

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

Shades of Venetian Red #D80016

Tints of Venetian Red #D80016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.24%

R = 90.76%
G = 0%
B = 9.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D80016 (or 0xD80016) is known color: Venetian Red. HEX triplet: D8, 00 and 16. RGB value is (216,0,22). Sum of RGB (Red+Green+Blue) = 216+0+22=238 (31% of max value = 765). Red value is 216 (84.77% from 255 or 90.76% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 216 - color contains mainly: red. Hex color #D80016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80016 is #27FFE9. Grayscale: #434343. Windows color (decimal): -2621418 or 1442008. OLE color: 1442008.

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

Color convert

RGB 216 0 22 -
CMYK 0 1 0.90 0.15
HSL 353.89º 1% 0.42% -
HSV(B) 353.89º 1% 0.85% -
XYZ 28.46 14.66 2.09 -
YUV 67.09 102.56 234.21 -
System Red Green Blue C M Y K H S L
Decimal 216 0 22 0 1 0.90 0.15 353.89 1 0.42
Hex D8 0 16 0 64 5A F 162 64 2A
Octal 330 0 26 0 144 132 17 542 144 52
Binary 11011000 0 10110 0 1100100 1011010 1111 101100010 1100100 101010

Color Harmonies of #D80016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80016

Black with #D80016

Text Example


Text Example

White with #D80016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80016; }

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

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

background-color css

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

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

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

border-color css

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

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

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