Html Css Color HEX #D93E17 Harley Davidson Orange

📋 copy color: '#D93E17'

red 217 ◦ green 62 ◦ blue 23

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

Shades of Harley Davidson Orange #D93E17

Tints of Harley Davidson Orange #D93E17

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.53%

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

R = 71.85%
G = 20.53%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D93E17 (or 0xD93E17) is known color: Harley Davidson Orange. HEX triplet: D9, 3E and 17. RGB value is (217,62,23). Sum of RGB (Red+Green+Blue) = 217+62+23=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D93E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93E17 is #26C1E8. Grayscale: #686868. Windows color (decimal): -2540009 or 1523417. OLE color: 1523417.

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

Color convert

RGB 217 62 23 -
CMYK 0 0.71 0.89 0.15
HSL 12.06º 0.81% 0.47% -
HSV(B) 12.06º 0.89% 0.85% -
XYZ 30.49 18.26 2.73 -
YUV 103.9 82.35 208.67 -
System Red Green Blue C M Y K H S L
Decimal 217 62 23 0 0.71 0.89 0.15 12.06 0.81 0.47
Hex D9 3E 17 0 47 59 F C 51 2F
Octal 331 76 27 0 107 131 17 14 121 57
Binary 11011001 111110 10111 0 1000111 1011001 1111 1100 1010001 101111

Color Harmonies of #D93E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93E17

Black with #D93E17

Text Example


Text Example

White with #D93E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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