Html Css Color HEX #D93610 Harley Davidson Orange

📋 copy color: '#D93610'

red 217 ◦ green 54 ◦ blue 16

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

Shades of Harley Davidson Orange #D93610

Tints of Harley Davidson Orange #D93610

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.82%

 BLUE value IS 16 (6.64% from 255) = 5.57%

R = 75.61%
G = 18.82%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D93610 (or 0xD93610) is known color: Harley Davidson Orange. HEX triplet: D9, 36 and 10. RGB value is (217,54,16). Sum of RGB (Red+Green+Blue) = 217+54+16=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D93610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93610 is #26C9EF. Grayscale: #626262. Windows color (decimal): -2542064 or 1062617. OLE color: 1062617.

HSL color Cylindrical-coordinate representation of color #D93610: hue angle of 11.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D93610 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 54 16 -
CMYK 0 0.75 0.93 0.15
HSL 11.34º 0.86% 0.46% -
HSV(B) 11.34º 0.93% 0.85% -
XYZ 30.03 17.43 2.27 -
YUV 98.41 81.5 212.59 -
System Red Green Blue C M Y K H S L
Decimal 217 54 16 0 0.75 0.93 0.15 11.34 0.86 0.46
Hex D9 36 10 0 4B 5D F B 56 2E
Octal 331 66 20 0 113 135 17 13 126 56
Binary 11011001 110110 10000 0 1001011 1011101 1111 1011 1010110 101110

Color Harmonies of #D93610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93610

Black with #D93610

Text Example


Text Example

White with #D93610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93610; }

 p { color: rgb(217,54,16); }

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

background-color css

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

 a { background-color: rgb(217,54,16); }

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

border-color css

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

 span { border-color: rgb(217,54,16); }

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