Html Css Color HEX #D73118 Harley Davidson Orange

📋 copy color: '#D73118'

red 215 ◦ green 49 ◦ blue 24

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

Shades of Harley Davidson Orange #D73118

Tints of Harley Davidson Orange #D73118

RGB

 RED value IS 215 (84.38% from 255) = 74.65%

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

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

R = 74.65%
G = 17.01%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D73118 (or 0xD73118) is known color: Harley Davidson Orange. HEX triplet: D7, 31 and 18. RGB value is (215,49,24). Sum of RGB (Red+Green+Blue) = 215+49+24=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D73118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73118 is #28CEE7. Grayscale: #606060. Windows color (decimal): -2674408 or 1585623. OLE color: 1585623.

HSL color Cylindrical-coordinate representation of color #D73118: hue angle of 7.85º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D73118 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 49 24 -
CMYK 0 0.77 0.89 0.16
HSL 7.85º 0.8% 0.47% -
HSV(B) 7.85º 0.89% 0.84% -
XYZ 29.29 16.71 2.55 -
YUV 95.78 87.5 213.03 -
System Red Green Blue C M Y K H S L
Decimal 215 49 24 0 0.77 0.89 0.16 7.85 0.8 0.47
Hex D7 31 18 0 4D 59 10 8 50 2F
Octal 327 61 30 0 115 131 20 10 120 57
Binary 11010111 110001 11000 0 1001101 1011001 10000 1000 1010000 101111

Color Harmonies of #D73118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73118

Black with #D73118

Text Example


Text Example

White with #D73118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73118; }

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

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

background-color css

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

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

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

border-color css

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

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

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