Html Css Color HEX #D83917 Harley Davidson Orange

📋 copy color: '#D83917'

red 216 ◦ green 57 ◦ blue 23

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

Shades of Harley Davidson Orange #D83917

Tints of Harley Davidson Orange #D83917

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.26%

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

R = 72.97%
G = 19.26%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D83917 (or 0xD83917) is known color: Harley Davidson Orange. HEX triplet: D8, 39 and 17. RGB value is (216,57,23). Sum of RGB (Red+Green+Blue) = 216+57+23=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D83917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83917 is #27C6E8. Grayscale: #646464. Windows color (decimal): -2606825 or 1522136. OLE color: 1522136.

HSL color Cylindrical-coordinate representation of color #D83917: hue angle of 10.57º 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 #D83917 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 57 23 -
CMYK 0 0.74 0.89 0.15
HSL 10.57º 0.81% 0.47% -
HSV(B) 10.57º 0.89% 0.85% -
XYZ 29.94 17.59 2.63 -
YUV 100.67 84.18 210.26 -
System Red Green Blue C M Y K H S L
Decimal 216 57 23 0 0.74 0.89 0.15 10.57 0.81 0.47
Hex D8 39 17 0 4A 59 F B 51 2F
Octal 330 71 27 0 112 131 17 13 121 57
Binary 11011000 111001 10111 0 1001010 1011001 1111 1011 1010001 101111

Color Harmonies of #D83917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83917

Black with #D83917

Text Example


Text Example

White with #D83917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83917; }

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

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

background-color css

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

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

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

border-color css

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

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

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