Html Css Color HEX #D82918 Harley Davidson Orange

📋 copy color: '#D82918'

red 216 ◦ green 41 ◦ blue 24

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

Shades of Harley Davidson Orange #D82918

Tints of Harley Davidson Orange #D82918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.59%

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

R = 76.87%
G = 14.59%
B = 8.54%

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

#D82918 (or 0xD82918) is known color: Harley Davidson Orange. HEX triplet: D8, 29 and 18. RGB value is (216,41,24). Sum of RGB (Red+Green+Blue) = 216+41+24=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D82918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82918 is #27D6E7. Grayscale: #5B5B5B. Windows color (decimal): -2610920 or 1583576. OLE color: 1583576.

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

Color convert

RGB 216 41 24 -
CMYK 0 0.81 0.89 0.15
HSL 5.31º 0.8% 0.47% -
HSV(B) 5.31º 0.89% 0.85% -
XYZ 29.28 16.25 2.46 -
YUV 91.39 89.98 216.88 -
System Red Green Blue C M Y K H S L
Decimal 216 41 24 0 0.81 0.89 0.15 5.31 0.8 0.47
Hex D8 29 18 0 51 59 F 5 50 2F
Octal 330 51 30 0 121 131 17 5 120 57
Binary 11011000 101001 11000 0 1010001 1011001 1111 101 1010000 101111

Color Harmonies of #D82918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82918

Black with #D82918

Text Example


Text Example

White with #D82918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82918; }

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

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

background-color css

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

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

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

border-color css

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

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

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