Html Css Color HEX #D92117 Harley Davidson Orange

📋 copy color: '#D92117'

red 217 ◦ green 33 ◦ blue 23

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

Shades of Harley Davidson Orange #D92117

Tints of Harley Davidson Orange #D92117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.09%

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

R = 79.49%
G = 12.09%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D92117 (or 0xD92117) is known color: Harley Davidson Orange. HEX triplet: D9, 21 and 17. RGB value is (217,33,23). Sum of RGB (Red+Green+Blue) = 217+33+23=273 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.49% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 217 - color contains mainly: red. Hex color #D92117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92117 is #26DEE8. Grayscale: #575757. Windows color (decimal): -2547433 or 1515993. OLE color: 1515993.

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

Color convert

RGB 217 33 23 -
CMYK 0 0.85 0.89 0.15
HSL 3.09º 0.81% 0.47% -
HSV(B) 3.09º 0.89% 0.85% -
XYZ 29.31 15.9 2.33 -
YUV 86.88 91.96 220.81 -
System Red Green Blue C M Y K H S L
Decimal 217 33 23 0 0.85 0.89 0.15 3.09 0.81 0.47
Hex D9 21 17 0 55 59 F 3 51 2F
Octal 331 41 27 0 125 131 17 3 121 57
Binary 11011001 100001 10111 0 1010101 1011001 1111 11 1010001 101111

Color Harmonies of #D92117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92117

Black with #D92117

Text Example


Text Example

White with #D92117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92117; }

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

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

background-color css

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

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

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

border-color css

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

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

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