Html Css Color HEX #D82218 Harley Davidson Orange

📋 copy color: '#D82218'

red 216 ◦ green 34 ◦ blue 24

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

Shades of Harley Davidson Orange #D82218

Tints of Harley Davidson Orange #D82218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.76%

R = 78.83%
G = 12.41%
B = 8.76%

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

#D82218 (or 0xD82218) is known color: Harley Davidson Orange. HEX triplet: D8, 22 and 18. RGB value is (216,34,24). Sum of RGB (Red+Green+Blue) = 216+34+24=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D82218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82218 is #27DDE7. Grayscale: #575757. Windows color (decimal): -2612712 or 1581784. OLE color: 1581784.

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

Color convert

RGB 216 34 24 -
CMYK 0 0.84 0.89 0.15
HSL 3.13º 0.8% 0.47% -
HSV(B) 3.13º 0.89% 0.85% -
XYZ 29.06 15.81 2.38 -
YUV 87.28 92.3 219.81 -
System Red Green Blue C M Y K H S L
Decimal 216 34 24 0 0.84 0.89 0.15 3.13 0.8 0.47
Hex D8 22 18 0 54 59 F 3 50 2F
Octal 330 42 30 0 124 131 17 3 120 57
Binary 11011000 100010 11000 0 1010100 1011001 1111 11 1010000 101111

Color Harmonies of #D82218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82218

Black with #D82218

Text Example


Text Example

White with #D82218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82218; }

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

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

background-color css

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

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

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

border-color css

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

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

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