Html Css Color HEX #D83117 Harley Davidson Orange

📋 copy color: '#D83117'

red 216 ◦ green 49 ◦ blue 23

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

Shades of Harley Davidson Orange #D83117

Tints of Harley Davidson Orange #D83117

RGB

 RED value IS 216 (84.77% from 255) = 75%

 GREEN value IS 49 (19.53% from 255) = 17.01%

 BLUE value IS 23 (9.38% from 255) = 7.99%

R = 75%
G = 17.01%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D83117 (or 0xD83117) is known color: Harley Davidson Orange. HEX triplet: D8, 31 and 17. RGB value is (216,49,23). Sum of RGB (Red+Green+Blue) = 216+49+23=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D83117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83117 is #27CEE8. Grayscale: #606060. Windows color (decimal): -2608873 or 1520088. OLE color: 1520088.

HSL color Cylindrical-coordinate representation of color #D83117: hue angle of 8.08º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D83117 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 49 23 -
CMYK 0 0.77 0.89 0.15
HSL 8.08º 0.81% 0.47% -
HSV(B) 8.08º 0.89% 0.85% -
XYZ 29.57 16.86 2.51 -
YUV 95.97 86.83 213.61 -
System Red Green Blue C M Y K H S L
Decimal 216 49 23 0 0.77 0.89 0.15 8.08 0.81 0.47
Hex D8 31 17 0 4D 59 F 8 51 2F
Octal 330 61 27 0 115 131 17 10 121 57
Binary 11011000 110001 10111 0 1001101 1011001 1111 1000 1010001 101111

Color Harmonies of #D83117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83117

Black with #D83117

Text Example


Text Example

White with #D83117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83117; }

 p { color: rgb(216,49,23); }

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

background-color css

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

 a { background-color: rgb(216,49,23); }

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

border-color css

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

 span { border-color: rgb(216,49,23); }

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