Html Css Color HEX #D71D19 Harley Davidson Orange

📋 copy color: '#D71D19'

red 215 ◦ green 29 ◦ blue 25

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

Shades of Harley Davidson Orange #D71D19

Tints of Harley Davidson Orange #D71D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.29%

R = 79.93%
G = 10.78%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D71D19 (or 0xD71D19) is known color: Harley Davidson Orange. HEX triplet: D7, 1D and 19. RGB value is (215,29,25). Sum of RGB (Red+Green+Blue) = 215+29+25=269 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.93% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71D19 is #28E2E6. Grayscale: #545454. Windows color (decimal): -2679527 or 1646039. OLE color: 1646039.

HSL color Cylindrical-coordinate representation of color #D71D19: hue angle of 1.26º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71D19 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 29 25 -
CMYK 0 0.87 0.88 0.16
HSL 1.26º 0.79% 0.47% -
HSV(B) 1.26º 0.88% 0.84% -
XYZ 28.64 15.4 2.38 -
YUV 84.16 94.62 221.33 -
System Red Green Blue C M Y K H S L
Decimal 215 29 25 0 0.87 0.88 0.16 1.26 0.79 0.47
Hex D7 1D 19 0 57 58 10 1 4F 2F
Octal 327 35 31 0 127 130 20 1 117 57
Binary 11010111 11101 11001 0 1010111 1011000 10000 1 1001111 101111

Color Harmonies of #D71D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71D19

Black with #D71D19

Text Example


Text Example

White with #D71D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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