Html Css Color HEX #D9170F Harley Davidson Orange

📋 copy color: '#D9170F'

red 217 ◦ green 23 ◦ blue 15

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

Shades of Harley Davidson Orange #D9170F

Tints of Harley Davidson Orange #D9170F

RGB

 RED value IS 217 (85.16% from 255) = 85.1%

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

 BLUE value IS 15 (6.25% from 255) = 5.88%

R = 85.1%
G = 9.02%
B = 5.88%

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

#D9170F (or 0xD9170F) is known color: Harley Davidson Orange. HEX triplet: D9, 17 and 0F. RGB value is (217,23,15). Sum of RGB (Red+Green+Blue) = 217+23+15=255 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.10% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 217 - color contains mainly: red. Hex color #D9170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9170F is #26E8F0. Grayscale: #505050. Windows color (decimal): -2550001 or 989145. OLE color: 989145.

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

Color convert

RGB 217 23 15 -
CMYK 0 0.89 0.93 0.15
HSL 2.38º 0.87% 0.45% -
HSV(B) 2.38º 0.93% 0.85% -
XYZ 29.01 15.4 1.9 -
YUV 80.09 91.27 225.65 -
System Red Green Blue C M Y K H S L
Decimal 217 23 15 0 0.89 0.93 0.15 2.38 0.87 0.45
Hex D9 17 F 0 59 5D F 2 57 2D
Octal 331 27 17 0 131 135 17 2 127 55
Binary 11011001 10111 1111 0 1011001 1011101 1111 10 1010111 101101

Color Harmonies of #D9170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9170F

Black with #D9170F

Text Example


Text Example

White with #D9170F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9170F; }

 p { color: rgb(217,23,15); }

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

background-color css

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

 a { background-color: rgb(217,23,15); }

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

border-color css

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

 span { border-color: rgb(217,23,15); }

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