Html Css Color HEX #D93718 Harley Davidson Orange

📋 copy color: '#D93718'

red 217 ◦ green 55 ◦ blue 24

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

Shades of Harley Davidson Orange #D93718

Tints of Harley Davidson Orange #D93718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.58%

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

R = 73.31%
G = 18.58%
B = 8.11%

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

#D93718 (or 0xD93718) is known color: Harley Davidson Orange. HEX triplet: D9, 37 and 18. RGB value is (217,55,24). Sum of RGB (Red+Green+Blue) = 217+55+24=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D93718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93718 is #26C8E7. Grayscale: #646464. Windows color (decimal): -2541800 or 1587161. OLE color: 1587161.

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

Color convert

RGB 217 55 24 -
CMYK 0 0.75 0.89 0.15
HSL 9.64º 0.8% 0.47% -
HSV(B) 9.64º 0.89% 0.85% -
XYZ 30.15 17.55 2.66 -
YUV 99.9 85.17 211.52 -
System Red Green Blue C M Y K H S L
Decimal 217 55 24 0 0.75 0.89 0.15 9.64 0.8 0.47
Hex D9 37 18 0 4B 59 F A 50 2F
Octal 331 67 30 0 113 131 17 12 120 57
Binary 11011001 110111 11000 0 1001011 1011001 1111 1010 1010000 101111

Color Harmonies of #D93718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93718

Black with #D93718

Text Example


Text Example

White with #D93718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93718; }

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

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

background-color css

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

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

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

border-color css

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

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

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