Html Css Color HEX #D54917 Harley Davidson Orange

📋 copy color: '#D54917'

red 213 ◦ green 73 ◦ blue 23

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

Shades of Harley Davidson Orange #D54917

Tints of Harley Davidson Orange #D54917

RGB

 RED value IS 213 (83.59% from 255) = 68.93%

 GREEN value IS 73 (28.91% from 255) = 23.62%

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

R = 68.93%
G = 23.62%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D54917 (or 0xD54917) is known color: Harley Davidson Orange. HEX triplet: D5, 49 and 17. RGB value is (213,73,23). Sum of RGB (Red+Green+Blue) = 213+73+23=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D54917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54917 is #2AB6E8. Grayscale: #6D6D6D. Windows color (decimal): -2799337 or 1526229. OLE color: 1526229.

HSL color Cylindrical-coordinate representation of color #D54917: hue angle of 15.79º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D54917 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 23 -
CMYK 0 0.66 0.89 0.16
HSL 15.79º 0.81% 0.46% -
HSV(B) 15.79º 0.89% 0.84% -
XYZ 29.98 18.97 2.89 -
YUV 109.16 79.38 202.07 -
System Red Green Blue C M Y K H S L
Decimal 213 73 23 0 0.66 0.89 0.16 15.79 0.81 0.46
Hex D5 49 17 0 42 59 10 10 51 2E
Octal 325 111 27 0 102 131 20 20 121 56
Binary 11010101 1001001 10111 0 1000010 1011001 10000 10000 1010001 101110

Color Harmonies of #D54917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54917

Black with #D54917

Text Example


Text Example

White with #D54917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54917; }

 p { color: rgb(213,73,23); }

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

background-color css

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

 a { background-color: rgb(213,73,23); }

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

border-color css

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

 span { border-color: rgb(213,73,23); }

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