Html Css Color HEX #D93518 Harley Davidson Orange

📋 copy color: '#D93518'

red 217 ◦ green 53 ◦ blue 24

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

Shades of Harley Davidson Orange #D93518

Tints of Harley Davidson Orange #D93518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.16%

R = 73.81%
G = 18.03%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D93518 (or 0xD93518) is known color: Harley Davidson Orange. HEX triplet: D9, 35 and 18. RGB value is (217,53,24). Sum of RGB (Red+Green+Blue) = 217+53+24=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D93518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93518 is #26CAE7. Grayscale: #636363. Windows color (decimal): -2542312 or 1586649. OLE color: 1586649.

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

Color convert

RGB 217 53 24 -
CMYK 0 0.76 0.89 0.15
HSL 9.02º 0.8% 0.47% -
HSV(B) 9.02º 0.89% 0.85% -
XYZ 30.05 17.36 2.63 -
YUV 98.73 85.83 212.36 -
System Red Green Blue C M Y K H S L
Decimal 217 53 24 0 0.76 0.89 0.15 9.02 0.8 0.47
Hex D9 35 18 0 4C 59 F 9 50 2F
Octal 331 65 30 0 114 131 17 11 120 57
Binary 11011001 110101 11000 0 1001100 1011001 1111 1001 1010000 101111

Color Harmonies of #D93518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93518

Black with #D93518

Text Example


Text Example

White with #D93518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93518; }

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

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

background-color css

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

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

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

border-color css

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

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

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