Html Css Color HEX #D73119 Harley Davidson Orange

📋 copy color: '#D73119'

red 215 ◦ green 49 ◦ blue 25

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

Shades of Harley Davidson Orange #D73119

Tints of Harley Davidson Orange #D73119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 74.39%
G = 16.96%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D73119 (or 0xD73119) is known color: Harley Davidson Orange. HEX triplet: D7, 31 and 19. RGB value is (215,49,25). Sum of RGB (Red+Green+Blue) = 215+49+25=289 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.39% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 215 - color contains mainly: red. Hex color #D73119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73119 is #28CEE6. Grayscale: #606060. Windows color (decimal): -2674407 or 1651159. OLE color: 1651159.

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

Color convert

RGB 215 49 25 -
CMYK 0 0.77 0.88 0.16
HSL 7.58º 0.79% 0.47% -
HSV(B) 7.58º 0.88% 0.84% -
XYZ 29.3 16.71 2.6 -
YUV 95.9 88 212.95 -
System Red Green Blue C M Y K H S L
Decimal 215 49 25 0 0.77 0.88 0.16 7.58 0.79 0.47
Hex D7 31 19 0 4D 58 10 8 4F 2F
Octal 327 61 31 0 115 130 20 10 117 57
Binary 11010111 110001 11001 0 1001101 1011000 10000 1000 1001111 101111

Color Harmonies of #D73119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73119

Black with #D73119

Text Example


Text Example

White with #D73119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73119; }

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

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

background-color css

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

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

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

border-color css

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

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

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