Html Css Color HEX #D71E13 Harley Davidson Orange

📋 copy color: '#D71E13'

red 215 ◦ green 30 ◦ blue 19

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

Shades of Harley Davidson Orange #D71E13

Tints of Harley Davidson Orange #D71E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.36%

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 81.44%
G = 11.36%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D71E13 (or 0xD71E13) is known color: Harley Davidson Orange. HEX triplet: D7, 1E and 13. RGB value is (215,30,19). Sum of RGB (Red+Green+Blue) = 215+30+19=264 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.44% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71E13 is #28E1EC. Grayscale: #545454. Windows color (decimal): -2679277 or 1253079. OLE color: 1253079.

HSL color Cylindrical-coordinate representation of color #D71E13: hue angle of 3.37º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71E13 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 30 19 -
CMYK 0 0.86 0.91 0.16
HSL 3.37º 0.84% 0.46% -
HSV(B) 3.37º 0.91% 0.84% -
XYZ 28.61 15.42 2.09 -
YUV 84.06 91.29 221.39 -
System Red Green Blue C M Y K H S L
Decimal 215 30 19 0 0.86 0.91 0.16 3.37 0.84 0.46
Hex D7 1E 13 0 56 5B 10 3 54 2E
Octal 327 36 23 0 126 133 20 3 124 56
Binary 11010111 11110 10011 0 1010110 1011011 10000 11 1010100 101110

Color Harmonies of #D71E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71E13

Black with #D71E13

Text Example


Text Example

White with #D71E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71E13; }

 p { color: rgb(215,30,19); }

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

background-color css

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

 a { background-color: rgb(215,30,19); }

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

border-color css

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

 span { border-color: rgb(215,30,19); }

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