Html Css Color HEX #D71B19 Harley Davidson Orange

📋 copy color: '#D71B19'

red 215 ◦ green 27 ◦ blue 25

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

Shades of Harley Davidson Orange #D71B19

Tints of Harley Davidson Orange #D71B19

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.11%

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

R = 80.52%
G = 10.11%
B = 9.36%

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

#D71B19 (or 0xD71B19) is known color: Harley Davidson Orange. HEX triplet: D7, 1B and 19. RGB value is (215,27,25). Sum of RGB (Red+Green+Blue) = 215+27+25=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71B19 is #28E4E6. Grayscale: #535353. Windows color (decimal): -2680039 or 1645527. OLE color: 1645527.

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

Color convert

RGB 215 27 25 -
CMYK 0 0.87 0.88 0.16
HSL 0.63º 0.79% 0.47% -
HSV(B) 0.63º 0.88% 0.84% -
XYZ 28.59 15.3 2.37 -
YUV 82.98 95.28 222.16 -
System Red Green Blue C M Y K H S L
Decimal 215 27 25 0 0.87 0.88 0.16 0.63 0.79 0.47
Hex D7 1B 19 0 57 58 10 1 4F 2F
Octal 327 33 31 0 127 130 20 1 117 57
Binary 11010111 11011 11001 0 1010111 1011000 10000 1 1001111 101111

Color Harmonies of #D71B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B19

Black with #D71B19

Text Example


Text Example

White with #D71B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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