Html Css Color HEX #D71916 Harley Davidson Orange

📋 copy color: '#D71916'

red 215 ◦ green 25 ◦ blue 22

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

Shades of Harley Davidson Orange #D71916

Tints of Harley Davidson Orange #D71916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.54%

 BLUE value IS 22 (8.98% from 255) = 8.4%

R = 82.06%
G = 9.54%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D71916 (or 0xD71916) is known color: Harley Davidson Orange. HEX triplet: D7, 19 and 16. RGB value is (215,25,22). Sum of RGB (Red+Green+Blue) = 215+25+22=262 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.06% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 215 - color contains mainly: red. Hex color #D71916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71916 is #28E6E9. Grayscale: #515151. Windows color (decimal): -2680554 or 1448407. OLE color: 1448407.

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

Color convert

RGB 215 25 22 -
CMYK 0 0.88 0.90 0.16
HSL 0.93º 0.81% 0.46% -
HSV(B) 0.93º 0.9% 0.84% -
XYZ 28.52 15.2 2.19 -
YUV 81.47 94.45 223.24 -
System Red Green Blue C M Y K H S L
Decimal 215 25 22 0 0.88 0.90 0.16 0.93 0.81 0.46
Hex D7 19 16 0 58 5A 10 1 51 2E
Octal 327 31 26 0 130 132 20 1 121 56
Binary 11010111 11001 10110 0 1011000 1011010 10000 1 1010001 101110

Color Harmonies of #D71916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71916

Black with #D71916

Text Example


Text Example

White with #D71916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71916; }

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

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

background-color css

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

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

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

border-color css

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

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

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