Html Css Color HEX #D31710 Harley Davidson Orange

📋 copy color: '#D31710'

red 211 ◦ green 23 ◦ blue 16

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

Shades of Harley Davidson Orange #D31710

Tints of Harley Davidson Orange #D31710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.4%

R = 84.4%
G = 9.2%
B = 6.4%

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

#D31710 (or 0xD31710) is known color: Harley Davidson Orange. HEX triplet: D3, 17 and 10. RGB value is (211,23,16). Sum of RGB (Red+Green+Blue) = 211+23+16=250 (33% of max value = 765). Red value is 211 (82.81% from 255 or 84.4% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 211 - color contains mainly: red. Hex color #D31710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31710 is #2CE8EF. Grayscale: #4E4E4E. Windows color (decimal): -2943216 or 1054675. OLE color: 1054675.

HSL color Cylindrical-coordinate representation of color #D31710: hue angle of 2.15º degrees, saturation: 0.86, 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 #D31710 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 23 16 -
CMYK 0 0.89 0.92 0.17
HSL 2.15º 0.86% 0.45% -
HSV(B) 2.15º 0.92% 0.83% -
XYZ 27.26 14.5 1.85 -
YUV 78.41 92.78 222.57 -
System Red Green Blue C M Y K H S L
Decimal 211 23 16 0 0.89 0.92 0.17 2.15 0.86 0.45
Hex D3 17 10 0 59 5C 11 2 56 2D
Octal 323 27 20 0 131 134 21 2 126 55
Binary 11010011 10111 10000 0 1011001 1011100 10001 10 1010110 101101

Color Harmonies of #D31710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31710

Black with #D31710

Text Example


Text Example

White with #D31710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31710; }

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

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

background-color css

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

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

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

border-color css

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

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

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