Html Css Color HEX #D84118 Harley Davidson Orange

📋 copy color: '#D84118'

red 216 ◦ green 65 ◦ blue 24

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

Shades of Harley Davidson Orange #D84118

Tints of Harley Davidson Orange #D84118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.31%

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

R = 70.82%
G = 21.31%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D84118 (or 0xD84118) is known color: Harley Davidson Orange. HEX triplet: D8, 41 and 18. RGB value is (216,65,24). Sum of RGB (Red+Green+Blue) = 216+65+24=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D84118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84118 is #27BEE7. Grayscale: #696969. Windows color (decimal): -2604776 or 1589720. OLE color: 1589720.

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

Color convert

RGB 216 65 24 -
CMYK 0 0.70 0.89 0.15
HSL 12.81º 0.8% 0.47% -
HSV(B) 12.81º 0.89% 0.85% -
XYZ 30.37 18.45 2.82 -
YUV 105.48 82.03 206.83 -
System Red Green Blue C M Y K H S L
Decimal 216 65 24 0 0.70 0.89 0.15 12.81 0.8 0.47
Hex D8 41 18 0 46 59 F D 50 2F
Octal 330 101 30 0 106 131 17 15 120 57
Binary 11011000 1000001 11000 0 1000110 1011001 1111 1101 1010000 101111

Color Harmonies of #D84118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84118

Black with #D84118

Text Example


Text Example

White with #D84118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84118; }

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

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

background-color css

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

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

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

border-color css

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

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

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