Html Css Color HEX #D80017 Venetian Red

📋 copy color: '#D80017'

red 216 ◦ green 0 ◦ blue 23

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

Shades of Venetian Red #D80017

Tints of Venetian Red #D80017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.62%

R = 90.38%
G = 0%
B = 9.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D80017 (or 0xD80017) is known color: Venetian Red. HEX triplet: D8, 00 and 17. RGB value is (216,0,23). Sum of RGB (Red+Green+Blue) = 216+0+23=239 (31% of max value = 765). Red value is 216 (84.77% from 255 or 90.38% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 216 - color contains mainly: red. Hex color #D80017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80017 is #27FFE8. Grayscale: #434343. Windows color (decimal): -2621417 or 1507544. OLE color: 1507544.

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

Color convert

RGB 216 0 23 -
CMYK 0 1 0.89 0.15
HSL 353.61º 1% 0.42% -
HSV(B) 353.61º 1% 0.85% -
XYZ 28.47 14.66 2.14 -
YUV 67.21 103.06 234.13 -
System Red Green Blue C M Y K H S L
Decimal 216 0 23 0 1 0.89 0.15 353.61 1 0.42
Hex D8 0 17 0 64 59 F 162 64 2A
Octal 330 0 27 0 144 131 17 542 144 52
Binary 11011000 0 10111 0 1100100 1011001 1111 101100010 1100100 101010

Color Harmonies of #D80017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80017

Black with #D80017

Text Example


Text Example

White with #D80017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80017; }

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

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

background-color css

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

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

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

border-color css

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

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

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