Html Css Color HEX #D93500 Harley Davidson Orange

📋 copy color: '#D93500'

red 217 ◦ green 53 ◦ blue 0

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

Shades of Harley Davidson Orange #D93500

Tints of Harley Davidson Orange #D93500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.37%
G = 19.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D93500 (or 0xD93500) is known color: Harley Davidson Orange. HEX triplet: D9, 35 and 00. RGB value is (217,53,0). Sum of RGB (Red+Green+Blue) = 217+53+0=270 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.37% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 217 - color contains mainly: red. Hex color #D93500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93500 is #26CAFF. Grayscale: #606060. Windows color (decimal): -2542336 or 13785. OLE color: 13785.

HSL color Cylindrical-coordinate representation of color #D93500: hue angle of 14.65º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D93500 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 0 -
CMYK 0 0.76 1 0.15
HSL 14.65º 1% 0.43% -
HSV(B) 14.65º 1% 0.85% -
XYZ 29.89 17.3 1.76 -
YUV 95.99 73.83 214.31 -
System Red Green Blue C M Y K H S L
Decimal 217 53 0 0 0.76 1 0.15 14.65 1 0.43
Hex D9 35 0 0 4C 64 F F 64 2B
Octal 331 65 0 0 114 144 17 17 144 53
Binary 11011001 110101 0 0 1001100 1100100 1111 1111 1100100 101011

Color Harmonies of #D93500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93500

Black with #D93500

Text Example


Text Example

White with #D93500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93500; }

 p { color: rgb(217,53,0); }

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

background-color css

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

 a { background-color: rgb(217,53,0); }

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

border-color css

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

 span { border-color: rgb(217,53,0); }

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