Html Css Color HEX #D82217 Harley Davidson Orange

📋 copy color: '#D82217'

red 216 ◦ green 34 ◦ blue 23

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

Shades of Harley Davidson Orange #D82217

Tints of Harley Davidson Orange #D82217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.45%

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

R = 79.12%
G = 12.45%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D82217 (or 0xD82217) is known color: Harley Davidson Orange. HEX triplet: D8, 22 and 17. RGB value is (216,34,23). Sum of RGB (Red+Green+Blue) = 216+34+23=273 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.12% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 216 - color contains mainly: red. Hex color #D82217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82217 is #27DDE8. Grayscale: #575757. Windows color (decimal): -2612713 or 1516248. OLE color: 1516248.

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

Color convert

RGB 216 34 23 -
CMYK 0 0.84 0.89 0.15
HSL 3.42º 0.81% 0.47% -
HSV(B) 3.42º 0.89% 0.85% -
XYZ 29.05 15.8 2.33 -
YUV 87.16 91.8 219.89 -
System Red Green Blue C M Y K H S L
Decimal 216 34 23 0 0.84 0.89 0.15 3.42 0.81 0.47
Hex D8 22 17 0 54 59 F 3 51 2F
Octal 330 42 27 0 124 131 17 3 121 57
Binary 11011000 100010 10111 0 1010100 1011001 1111 11 1010001 101111

Color Harmonies of #D82217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82217

Black with #D82217

Text Example


Text Example

White with #D82217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82217; }

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

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

background-color css

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

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

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

border-color css

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

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

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