Html Css Color HEX #D93618 Harley Davidson Orange

📋 copy color: '#D93618'

red 217 ◦ green 54 ◦ blue 24

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

Shades of Harley Davidson Orange #D93618

Tints of Harley Davidson Orange #D93618

RGB

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

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

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

R = 73.56%
G = 18.31%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D93618 (or 0xD93618) is known color: Harley Davidson Orange. HEX triplet: D9, 36 and 18. RGB value is (217,54,24). Sum of RGB (Red+Green+Blue) = 217+54+24=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D93618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93618 is #26C9E7. Grayscale: #636363. Windows color (decimal): -2542056 or 1586905. OLE color: 1586905.

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

Color convert

RGB 217 54 24 -
CMYK 0 0.75 0.89 0.15
HSL 9.33º 0.8% 0.47% -
HSV(B) 9.33º 0.89% 0.85% -
XYZ 30.1 17.46 2.65 -
YUV 99.32 85.5 211.94 -
System Red Green Blue C M Y K H S L
Decimal 217 54 24 0 0.75 0.89 0.15 9.33 0.8 0.47
Hex D9 36 18 0 4B 59 F 9 50 2F
Octal 331 66 30 0 113 131 17 11 120 57
Binary 11011001 110110 11000 0 1001011 1011001 1111 1001 1010000 101111

Color Harmonies of #D93618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93618

Black with #D93618

Text Example


Text Example

White with #D93618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93618; }

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

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

background-color css

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

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

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

border-color css

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

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

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