Html Css Color HEX #D71F15 Harley Davidson Orange

📋 copy color: '#D71F15'

red 215 ◦ green 31 ◦ blue 21

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

Shades of Harley Davidson Orange #D71F15

Tints of Harley Davidson Orange #D71F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.61%

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

R = 80.52%
G = 11.61%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D71F15 (or 0xD71F15) is known color: Harley Davidson Orange. HEX triplet: D7, 1F and 15. RGB value is (215,31,21). Sum of RGB (Red+Green+Blue) = 215+31+21=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71F15 is #28E0EA. Grayscale: #555555. Windows color (decimal): -2679019 or 1384407. OLE color: 1384407.

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

Color convert

RGB 215 31 21 -
CMYK 0 0.86 0.90 0.16
HSL 3.09º 0.82% 0.46% -
HSV(B) 3.09º 0.9% 0.84% -
XYZ 28.65 15.48 2.19 -
YUV 84.88 91.96 220.81 -
System Red Green Blue C M Y K H S L
Decimal 215 31 21 0 0.86 0.90 0.16 3.09 0.82 0.46
Hex D7 1F 15 0 56 5A 10 3 52 2E
Octal 327 37 25 0 126 132 20 3 122 56
Binary 11010111 11111 10101 0 1010110 1011010 10000 11 1010010 101110

Color Harmonies of #D71F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F15

Black with #D71F15

Text Example


Text Example

White with #D71F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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