Html Css Color HEX #D53217 Harley Davidson Orange

📋 copy color: '#D53217'

red 213 ◦ green 50 ◦ blue 23

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

Shades of Harley Davidson Orange #D53217

Tints of Harley Davidson Orange #D53217

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

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

R = 74.48%
G = 17.48%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D53217 (or 0xD53217) is known color: Harley Davidson Orange. HEX triplet: D5, 32 and 17. RGB value is (213,50,23). Sum of RGB (Red+Green+Blue) = 213+50+23=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D53217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53217 is #2ACDE8. Grayscale: #5F5F5F. Windows color (decimal): -2805225 or 1520341. OLE color: 1520341.

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

Color convert

RGB 213 50 23 -
CMYK 0 0.77 0.89 0.16
HSL 8.53º 0.81% 0.46% -
HSV(B) 8.53º 0.89% 0.84% -
XYZ 28.74 16.49 2.48 -
YUV 95.66 87 211.7 -
System Red Green Blue C M Y K H S L
Decimal 213 50 23 0 0.77 0.89 0.16 8.53 0.81 0.46
Hex D5 32 17 0 4D 59 10 9 51 2E
Octal 325 62 27 0 115 131 20 11 121 56
Binary 11010101 110010 10111 0 1001101 1011001 10000 1001 1010001 101110

Color Harmonies of #D53217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53217

Black with #D53217

Text Example


Text Example

White with #D53217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53217; }

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

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

background-color css

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

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

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

border-color css

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

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

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