Html Css Color HEX #D82E18 Harley Davidson Orange

📋 copy color: '#D82E18'

red 216 ◦ green 46 ◦ blue 24

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

Shades of Harley Davidson Orange #D82E18

Tints of Harley Davidson Orange #D82E18

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.08%

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

R = 75.52%
G = 16.08%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D82E18 (or 0xD82E18) is known color: Harley Davidson Orange. HEX triplet: D8, 2E and 18. RGB value is (216,46,24). Sum of RGB (Red+Green+Blue) = 216+46+24=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82E18 is #27D1E7. Grayscale: #5E5E5E. Windows color (decimal): -2609640 or 1584856. OLE color: 1584856.

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

Color convert

RGB 216 46 24 -
CMYK 0 0.79 0.89 0.15
HSL 6.88º 0.8% 0.47% -
HSV(B) 6.88º 0.89% 0.85% -
XYZ 29.46 16.62 2.52 -
YUV 94.32 88.32 214.79 -
System Red Green Blue C M Y K H S L
Decimal 216 46 24 0 0.79 0.89 0.15 6.88 0.8 0.47
Hex D8 2E 18 0 4F 59 F 7 50 2F
Octal 330 56 30 0 117 131 17 7 120 57
Binary 11011000 101110 11000 0 1001111 1011001 1111 111 1010000 101111

Color Harmonies of #D82E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82E18

Black with #D82E18

Text Example


Text Example

White with #D82E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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