Html Css Color HEX #D3170E Harley Davidson Orange

📋 copy color: '#D3170E'

red 211 ◦ green 23 ◦ blue 14

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

Shades of Harley Davidson Orange #D3170E

Tints of Harley Davidson Orange #D3170E

RGB

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

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

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

R = 85.08%
G = 9.27%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D3170E (or 0xD3170E) is known color: Harley Davidson Orange. HEX triplet: D3, 17 and 0E. RGB value is (211,23,14). Sum of RGB (Red+Green+Blue) = 211+23+14=248 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.08% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 211 - color contains mainly: red. Hex color #D3170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3170E is #2CE8F1. Grayscale: #4E4E4E. Windows color (decimal): -2943218 or 923603. OLE color: 923603.

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

Color convert

RGB 211 23 14 -
CMYK 0 0.89 0.93 0.17
HSL 2.74º 0.88% 0.44% -
HSV(B) 2.74º 0.93% 0.83% -
XYZ 27.25 14.49 1.78 -
YUV 78.19 91.78 222.73 -
System Red Green Blue C M Y K H S L
Decimal 211 23 14 0 0.89 0.93 0.17 2.74 0.88 0.44
Hex D3 17 E 0 59 5D 11 3 58 2C
Octal 323 27 16 0 131 135 21 3 130 54
Binary 11010011 10111 1110 0 1011001 1011101 10001 11 1011000 101100

Color Harmonies of #D3170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3170E

Black with #D3170E

Text Example


Text Example

White with #D3170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3170E; }

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

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

background-color css

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

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

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

border-color css

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

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

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