Html Css Color HEX #D73114 Harley Davidson Orange

📋 copy color: '#D73114'

red 215 ◦ green 49 ◦ blue 20

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

Shades of Harley Davidson Orange #D73114

Tints of Harley Davidson Orange #D73114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.04%

R = 75.7%
G = 17.25%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D73114 (or 0xD73114) is known color: Harley Davidson Orange. HEX triplet: D7, 31 and 14. RGB value is (215,49,20). Sum of RGB (Red+Green+Blue) = 215+49+20=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D73114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73114 is #28CEEB. Grayscale: #5F5F5F. Windows color (decimal): -2674412 or 1323479. OLE color: 1323479.

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

Color convert

RGB 215 49 20 -
CMYK 0 0.77 0.91 0.16
HSL 8.92º 0.83% 0.46% -
HSV(B) 8.92º 0.91% 0.84% -
XYZ 29.25 16.69 2.34 -
YUV 95.33 85.5 213.36 -
System Red Green Blue C M Y K H S L
Decimal 215 49 20 0 0.77 0.91 0.16 8.92 0.83 0.46
Hex D7 31 14 0 4D 5B 10 9 53 2E
Octal 327 61 24 0 115 133 20 11 123 56
Binary 11010111 110001 10100 0 1001101 1011011 10000 1001 1010011 101110

Color Harmonies of #D73114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73114

Black with #D73114

Text Example


Text Example

White with #D73114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73114; }

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

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

background-color css

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

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

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

border-color css

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

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

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