Html Css Color HEX #D71D0D Harley Davidson Orange

📋 copy color: '#D71D0D'

red 215 ◦ green 29 ◦ blue 13

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

Shades of Harley Davidson Orange #D71D0D

Tints of Harley Davidson Orange #D71D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.06%

R = 83.66%
G = 11.28%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D71D0D (or 0xD71D0D) is known color: Harley Davidson Orange. HEX triplet: D7, 1D and 0D. RGB value is (215,29,13). Sum of RGB (Red+Green+Blue) = 215+29+13=257 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.66% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71D0D is #28E2F2. Grayscale: #535353. Windows color (decimal): -2679539 or 859607. OLE color: 859607.

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

Color convert

RGB 215 29 13 -
CMYK 0 0.87 0.94 0.16
HSL 4.75º 0.89% 0.45% -
HSV(B) 4.75º 0.94% 0.84% -
XYZ 28.54 15.35 1.84 -
YUV 82.79 88.62 222.3 -
System Red Green Blue C M Y K H S L
Decimal 215 29 13 0 0.87 0.94 0.16 4.75 0.89 0.45
Hex D7 1D D 0 57 5E 10 5 59 2D
Octal 327 35 15 0 127 136 20 5 131 55
Binary 11010111 11101 1101 0 1010111 1011110 10000 101 1011001 101101

Color Harmonies of #D71D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71D0D

Black with #D71D0D

Text Example


Text Example

White with #D71D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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