Html Css Color HEX #D31711 Harley Davidson Orange

📋 copy color: '#D31711'

red 211 ◦ green 23 ◦ blue 17

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

Shades of Harley Davidson Orange #D31711

Tints of Harley Davidson Orange #D31711

RGB

 RED value IS 211 (82.81% from 255) = 84.06%

 GREEN value IS 23 (9.38% from 255) = 9.16%

 BLUE value IS 17 (7.03% from 255) = 6.77%

R = 84.06%
G = 9.16%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D31711 (or 0xD31711) is known color: Harley Davidson Orange. HEX triplet: D3, 17 and 11. RGB value is (211,23,17). Sum of RGB (Red+Green+Blue) = 211+23+17=251 (33% of max value = 765). Red value is 211 (82.81% from 255 or 84.06% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 211 - color contains mainly: red. Hex color #D31711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31711 is #2CE8EE. Grayscale: #4E4E4E. Windows color (decimal): -2943215 or 1120211. OLE color: 1120211.

HSL color Cylindrical-coordinate representation of color #D31711: hue angle of 1.86º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31711 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 23 17 -
CMYK 0 0.89 0.92 0.17
HSL 1.86º 0.85% 0.45% -
HSV(B) 1.86º 0.92% 0.83% -
XYZ 27.27 14.5 1.89 -
YUV 78.53 93.28 222.49 -
System Red Green Blue C M Y K H S L
Decimal 211 23 17 0 0.89 0.92 0.17 1.86 0.85 0.45
Hex D3 17 11 0 59 5C 11 2 55 2D
Octal 323 27 21 0 131 134 21 2 125 55
Binary 11010011 10111 10001 0 1011001 1011100 10001 10 1010101 101101

Color Harmonies of #D31711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31711

Black with #D31711

Text Example


Text Example

White with #D31711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31711; }

 p { color: rgb(211,23,17); }

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

background-color css

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

 a { background-color: rgb(211,23,17); }

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

border-color css

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

 span { border-color: rgb(211,23,17); }

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