Html Css Color HEX #D72913 Harley Davidson Orange

📋 copy color: '#D72913'

red 215 ◦ green 41 ◦ blue 19

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

Shades of Harley Davidson Orange #D72913

Tints of Harley Davidson Orange #D72913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.91%

 BLUE value IS 19 (7.81% from 255) = 6.91%

R = 78.18%
G = 14.91%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D72913 (or 0xD72913) is known color: Harley Davidson Orange. HEX triplet: D7, 29 and 13. RGB value is (215,41,19). Sum of RGB (Red+Green+Blue) = 215+41+19=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D72913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72913 is #28D6EC. Grayscale: #5A5A5A. Windows color (decimal): -2676461 or 1255895. OLE color: 1255895.

HSL color Cylindrical-coordinate representation of color #D72913: hue angle of 6.73º degrees, saturation: 0.84, 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 #D72913 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 41 19 -
CMYK 0 0.81 0.91 0.16
HSL 6.73º 0.84% 0.46% -
HSV(B) 6.73º 0.91% 0.84% -
XYZ 28.93 16.08 2.19 -
YUV 90.52 87.65 216.79 -
System Red Green Blue C M Y K H S L
Decimal 215 41 19 0 0.81 0.91 0.16 6.73 0.84 0.46
Hex D7 29 13 0 51 5B 10 7 54 2E
Octal 327 51 23 0 121 133 20 7 124 56
Binary 11010111 101001 10011 0 1010001 1011011 10000 111 1010100 101110

Color Harmonies of #D72913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72913

Black with #D72913

Text Example


Text Example

White with #D72913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72913; }

 p { color: rgb(215,41,19); }

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

background-color css

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

 a { background-color: rgb(215,41,19); }

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

border-color css

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

 span { border-color: rgb(215,41,19); }

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