Html Css Color HEX #D04518 Harley Davidson Orange

📋 copy color: '#D04518'

red 208 ◦ green 69 ◦ blue 24

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

Shades of Harley Davidson Orange #D04518

Tints of Harley Davidson Orange #D04518

RGB

 RED value IS 208 (81.64% from 255) = 69.1%

 GREEN value IS 69 (27.34% from 255) = 22.92%

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

R = 69.1%
G = 22.92%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D04518 (or 0xD04518) is known color: Harley Davidson Orange. HEX triplet: D0, 45 and 18. RGB value is (208,69,24). Sum of RGB (Red+Green+Blue) = 208+69+24=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D04518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04518 is #2FBAE7. Grayscale: #696969. Windows color (decimal): -3128040 or 1590736. OLE color: 1590736.

HSL color Cylindrical-coordinate representation of color #D04518: hue angle of 14.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D04518 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 69 24 -
CMYK 0 0.67 0.88 0.18
HSL 14.67º 0.79% 0.45% -
HSV(B) 14.67º 0.88% 0.82% -
XYZ 28.31 17.73 2.79 -
YUV 105.43 82.05 201.16 -
System Red Green Blue C M Y K H S L
Decimal 208 69 24 0 0.67 0.88 0.18 14.67 0.79 0.45
Hex D0 45 18 0 43 58 12 F 4F 2D
Octal 320 105 30 0 103 130 22 17 117 55
Binary 11010000 1000101 11000 0 1000011 1011000 10010 1111 1001111 101101

Color Harmonies of #D04518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04518

Black with #D04518

Text Example


Text Example

White with #D04518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04518; }

 p { color: rgb(208,69,24); }

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

background-color css

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

 a { background-color: rgb(208,69,24); }

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

border-color css

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

 span { border-color: rgb(208,69,24); }

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