Html Css Color HEX #D71713 Harley Davidson Orange

📋 copy color: '#D71713'

red 215 ◦ green 23 ◦ blue 19

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

Shades of Harley Davidson Orange #D71713

Tints of Harley Davidson Orange #D71713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.95%

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

R = 83.66%
G = 8.95%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D71713 (or 0xD71713) is known color: Harley Davidson Orange. HEX triplet: D7, 17 and 13. RGB value is (215,23,19). Sum of RGB (Red+Green+Blue) = 215+23+19=257 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.66% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 215 - color contains mainly: red. Hex color #D71713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71713 is #28E8EC. Grayscale: #505050. Windows color (decimal): -2681069 or 1251287. OLE color: 1251287.

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

Color convert

RGB 215 23 19 -
CMYK 0 0.89 0.91 0.16
HSL 1.22º 0.84% 0.46% -
HSV(B) 1.22º 0.91% 0.84% -
XYZ 28.45 15.11 2.03 -
YUV 79.95 93.61 224.33 -
System Red Green Blue C M Y K H S L
Decimal 215 23 19 0 0.89 0.91 0.16 1.22 0.84 0.46
Hex D7 17 13 0 59 5B 10 1 54 2E
Octal 327 27 23 0 131 133 20 1 124 56
Binary 11010111 10111 10011 0 1011001 1011011 10000 1 1010100 101110

Color Harmonies of #D71713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71713

Black with #D71713

Text Example


Text Example

White with #D71713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71713; }

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

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

background-color css

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

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

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

border-color css

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

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

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