Html Css Color HEX #D82A17 Harley Davidson Orange

📋 copy color: '#D82A17'

red 216 ◦ green 42 ◦ blue 23

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

Shades of Harley Davidson Orange #D82A17

Tints of Harley Davidson Orange #D82A17

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.95%

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

R = 76.87%
G = 14.95%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D82A17 (or 0xD82A17) is known color: Harley Davidson Orange. HEX triplet: D8, 2A and 17. RGB value is (216,42,23). Sum of RGB (Red+Green+Blue) = 216+42+23=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82A17 is #27D5E8. Grayscale: #5C5C5C. Windows color (decimal): -2610665 or 1518296. OLE color: 1518296.

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

Color convert

RGB 216 42 23 -
CMYK 0 0.81 0.89 0.15
HSL 5.91º 0.81% 0.47% -
HSV(B) 5.91º 0.89% 0.85% -
XYZ 29.3 16.32 2.42 -
YUV 91.86 89.15 216.54 -
System Red Green Blue C M Y K H S L
Decimal 216 42 23 0 0.81 0.89 0.15 5.91 0.81 0.47
Hex D8 2A 17 0 51 59 F 6 51 2F
Octal 330 52 27 0 121 131 17 6 121 57
Binary 11011000 101010 10111 0 1010001 1011001 1111 110 1010001 101111

Color Harmonies of #D82A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A17

Black with #D82A17

Text Example


Text Example

White with #D82A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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