Html Css Color HEX #D93917 Harley Davidson Orange

📋 copy color: '#D93917'

red 217 ◦ green 57 ◦ blue 23

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

Shades of Harley Davidson Orange #D93917

Tints of Harley Davidson Orange #D93917

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.19%

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

R = 73.06%
G = 19.19%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D93917 (or 0xD93917) is known color: Harley Davidson Orange. HEX triplet: D9, 39 and 17. RGB value is (217,57,23). Sum of RGB (Red+Green+Blue) = 217+57+23=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D93917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93917 is #26C6E8. Grayscale: #656565. Windows color (decimal): -2541289 or 1522137. OLE color: 1522137.

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

Color convert

RGB 217 57 23 -
CMYK 0 0.74 0.89 0.15
HSL 10.52º 0.81% 0.47% -
HSV(B) 10.52º 0.89% 0.85% -
XYZ 30.23 17.74 2.64 -
YUV 100.96 84.01 210.76 -
System Red Green Blue C M Y K H S L
Decimal 217 57 23 0 0.74 0.89 0.15 10.52 0.81 0.47
Hex D9 39 17 0 4A 59 F B 51 2F
Octal 331 71 27 0 112 131 17 13 121 57
Binary 11011001 111001 10111 0 1001010 1011001 1111 1011 1010001 101111

Color Harmonies of #D93917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93917

Black with #D93917

Text Example


Text Example

White with #D93917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93917; }

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

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

background-color css

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

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

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

border-color css

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

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

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