Html Css Color HEX #D71B0E Harley Davidson Orange

📋 copy color: '#D71B0E'

red 215 ◦ green 27 ◦ blue 14

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

Shades of Harley Davidson Orange #D71B0E

Tints of Harley Davidson Orange #D71B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.47%

R = 83.98%
G = 10.55%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D71B0E (or 0xD71B0E) is known color: Harley Davidson Orange. HEX triplet: D7, 1B and 0E. RGB value is (215,27,14). Sum of RGB (Red+Green+Blue) = 215+27+14=256 (33% of max value = 765). Red value is 215 (84.38% from 255 or 83.98% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71B0E is #28E4F1. Grayscale: #515151. Windows color (decimal): -2680050 or 924631. OLE color: 924631.

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

Color convert

RGB 215 27 14 -
CMYK 0 0.87 0.93 0.16
HSL 3.88º 0.88% 0.45% -
HSV(B) 3.88º 0.93% 0.84% -
XYZ 28.5 15.26 1.86 -
YUV 81.73 89.78 223.06 -
System Red Green Blue C M Y K H S L
Decimal 215 27 14 0 0.87 0.93 0.16 3.88 0.88 0.45
Hex D7 1B E 0 57 5D 10 4 58 2D
Octal 327 33 16 0 127 135 20 4 130 55
Binary 11010111 11011 1110 0 1010111 1011101 10000 100 1011000 101101

Color Harmonies of #D71B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B0E

Black with #D71B0E

Text Example


Text Example

White with #D71B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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