Html Css Color HEX #D93118 Harley Davidson Orange

📋 copy color: '#D93118'

red 217 ◦ green 49 ◦ blue 24

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

Shades of Harley Davidson Orange #D93118

Tints of Harley Davidson Orange #D93118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.9%

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

R = 74.83%
G = 16.9%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D93118 (or 0xD93118) is known color: Harley Davidson Orange. HEX triplet: D9, 31 and 18. RGB value is (217,49,24). Sum of RGB (Red+Green+Blue) = 217+49+24=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D93118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93118 is #26CEE7. Grayscale: #606060. Windows color (decimal): -2543336 or 1585625. OLE color: 1585625.

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

Color convert

RGB 217 49 24 -
CMYK 0 0.77 0.89 0.15
HSL 7.77º 0.8% 0.47% -
HSV(B) 7.77º 0.89% 0.85% -
XYZ 29.88 17.01 2.57 -
YUV 96.38 87.16 214.03 -
System Red Green Blue C M Y K H S L
Decimal 217 49 24 0 0.77 0.89 0.15 7.77 0.8 0.47
Hex D9 31 18 0 4D 59 F 8 50 2F
Octal 331 61 30 0 115 131 17 10 120 57
Binary 11011001 110001 11000 0 1001101 1011001 1111 1000 1010000 101111

Color Harmonies of #D93118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93118

Black with #D93118

Text Example


Text Example

White with #D93118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93118; }

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

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

background-color css

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

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

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

border-color css

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

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

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