Html Css Color HEX #D81710 Harley Davidson Orange

📋 copy color: '#D81710'

red 216 ◦ green 23 ◦ blue 16

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

Shades of Harley Davidson Orange #D81710

Tints of Harley Davidson Orange #D81710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.02%

 BLUE value IS 16 (6.64% from 255) = 6.27%

R = 84.71%
G = 9.02%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D81710 (or 0xD81710) is known color: Harley Davidson Orange. HEX triplet: D8, 17 and 10. RGB value is (216,23,16). Sum of RGB (Red+Green+Blue) = 216+23+16=255 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.71% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 216 - color contains mainly: red. Hex color #D81710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81710 is #27E8EF. Grayscale: #505050. Windows color (decimal): -2615536 or 1054680. OLE color: 1054680.

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

Color convert

RGB 216 23 16 -
CMYK 0 0.89 0.93 0.15
HSL 2.1º 0.86% 0.45% -
HSV(B) 2.1º 0.93% 0.85% -
XYZ 28.72 15.25 1.92 -
YUV 79.91 91.94 225.07 -
System Red Green Blue C M Y K H S L
Decimal 216 23 16 0 0.89 0.93 0.15 2.1 0.86 0.45
Hex D8 17 10 0 59 5D F 2 56 2D
Octal 330 27 20 0 131 135 17 2 126 55
Binary 11011000 10111 10000 0 1011001 1011101 1111 10 1010110 101101

Color Harmonies of #D81710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81710

Black with #D81710

Text Example


Text Example

White with #D81710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81710; }

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

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

background-color css

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

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

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

border-color css

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

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

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