Html Css Color HEX #D92501 Harley Davidson Orange

📋 copy color: '#D92501'

red 217 ◦ green 37 ◦ blue 1

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

Shades of Harley Davidson Orange #D92501

Tints of Harley Davidson Orange #D92501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.51%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 85.1%
G = 14.51%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D92501 (or 0xD92501) is known color: Harley Davidson Orange. HEX triplet: D9, 25 and 01. RGB value is (217,37,1). Sum of RGB (Red+Green+Blue) = 217+37+1=255 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.10% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 217 - color contains mainly: red. Hex color #D92501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92501 is #26DAFE. Grayscale: #575757. Windows color (decimal): -2546431 or 75225. OLE color: 75225.

HSL color Cylindrical-coordinate representation of color #D92501: hue angle of 10º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D92501 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 37 1 -
CMYK 0 0.83 1.00 0.15
HSL 10º 0.99% 0.43% -
HSV(B) 10º 1% 0.85% -
XYZ 29.28 16.08 1.59 -
YUV 86.72 79.63 220.93 -
System Red Green Blue C M Y K H S L
Decimal 217 37 1 0 0.83 1.00 0.15 10 0.99 0.43
Hex D9 25 1 0 53 64 F A 63 2B
Octal 331 45 1 0 123 144 17 12 143 53
Binary 11011001 100101 1 0 1010011 1100100 1111 1010 1100011 101011

Color Harmonies of #D92501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92501

Black with #D92501

Text Example


Text Example

White with #D92501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92501; }

 p { color: rgb(217,37,1); }

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

background-color css

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

 a { background-color: rgb(217,37,1); }

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

border-color css

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

 span { border-color: rgb(217,37,1); }

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