Html Css Color HEX #D92011 Harley Davidson Orange

📋 copy color: '#D92011'

red 217 ◦ green 32 ◦ blue 17

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

Shades of Harley Davidson Orange #D92011

Tints of Harley Davidson Orange #D92011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.03%

 BLUE value IS 17 (7.03% from 255) = 6.39%

R = 81.58%
G = 12.03%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D92011 (or 0xD92011) is known color: Harley Davidson Orange. HEX triplet: D9, 20 and 11. RGB value is (217,32,17). Sum of RGB (Red+Green+Blue) = 217+32+17=266 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.58% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 217 - color contains mainly: red. Hex color #D92011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92011 is #26DFEE. Grayscale: #555555. Windows color (decimal): -2547695 or 1122521. OLE color: 1122521.

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

Color convert

RGB 217 32 17 -
CMYK 0 0.85 0.92 0.15
HSL 4.5º 0.85% 0.46% -
HSV(B) 4.5º 0.92% 0.85% -
XYZ 29.23 15.83 2.04 -
YUV 85.61 89.29 221.72 -
System Red Green Blue C M Y K H S L
Decimal 217 32 17 0 0.85 0.92 0.15 4.5 0.85 0.46
Hex D9 20 11 0 55 5C F 4 55 2E
Octal 331 40 21 0 125 134 17 4 125 56
Binary 11011001 100000 10001 0 1010101 1011100 1111 100 1010101 101110

Color Harmonies of #D92011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92011

Black with #D92011

Text Example


Text Example

White with #D92011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92011; }

 p { color: rgb(217,32,17); }

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

background-color css

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

 a { background-color: rgb(217,32,17); }

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

border-color css

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

 span { border-color: rgb(217,32,17); }

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