Html Css Color HEX #D71D15 Harley Davidson Orange

📋 copy color: '#D71D15'

red 215 ◦ green 29 ◦ blue 21

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

Shades of Harley Davidson Orange #D71D15

Tints of Harley Davidson Orange #D71D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.94%

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

R = 81.13%
G = 10.94%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D71D15 (or 0xD71D15) is known color: Harley Davidson Orange. HEX triplet: D7, 1D and 15. RGB value is (215,29,21). Sum of RGB (Red+Green+Blue) = 215+29+21=265 (35% of max value = 765). Red value is 215 (84.38% from 255 or 81.13% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71D15 is #28E2EA. Grayscale: #535353. Windows color (decimal): -2679531 or 1383895. OLE color: 1383895.

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

Color convert

RGB 215 29 21 -
CMYK 0 0.87 0.90 0.16
HSL 2.47º 0.82% 0.46% -
HSV(B) 2.47º 0.9% 0.84% -
XYZ 28.6 15.38 2.17 -
YUV 83.7 92.62 221.65 -
System Red Green Blue C M Y K H S L
Decimal 215 29 21 0 0.87 0.90 0.16 2.47 0.82 0.46
Hex D7 1D 15 0 57 5A 10 2 52 2E
Octal 327 35 25 0 127 132 20 2 122 56
Binary 11010111 11101 10101 0 1010111 1011010 10000 10 1010010 101110

Color Harmonies of #D71D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71D15

Black with #D71D15

Text Example


Text Example

White with #D71D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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