Html Css Color HEX #D73015 Harley Davidson Orange

📋 copy color: '#D73015'

red 215 ◦ green 48 ◦ blue 21

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

Shades of Harley Davidson Orange #D73015

Tints of Harley Davidson Orange #D73015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.9%

 BLUE value IS 21 (8.59% from 255) = 7.39%

R = 75.7%
G = 16.9%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D73015 (or 0xD73015) is known color: Harley Davidson Orange. HEX triplet: D7, 30 and 15. RGB value is (215,48,21). Sum of RGB (Red+Green+Blue) = 215+48+21=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D73015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73015 is #28CFEA. Grayscale: #5F5F5F. Windows color (decimal): -2674667 or 1388759. OLE color: 1388759.

HSL color Cylindrical-coordinate representation of color #D73015: hue angle of 8.35º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D73015 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 48 21 -
CMYK 0 0.78 0.90 0.16
HSL 8.35º 0.82% 0.46% -
HSV(B) 8.35º 0.9% 0.84% -
XYZ 29.22 16.62 2.38 -
YUV 94.86 86.33 213.7 -
System Red Green Blue C M Y K H S L
Decimal 215 48 21 0 0.78 0.90 0.16 8.35 0.82 0.46
Hex D7 30 15 0 4E 5A 10 8 52 2E
Octal 327 60 25 0 116 132 20 10 122 56
Binary 11010111 110000 10101 0 1001110 1011010 10000 1000 1010010 101110

Color Harmonies of #D73015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73015

Black with #D73015

Text Example


Text Example

White with #D73015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73015; }

 p { color: rgb(215,48,21); }

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

background-color css

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

 a { background-color: rgb(215,48,21); }

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

border-color css

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

 span { border-color: rgb(215,48,21); }

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