Html Css Color HEX #D04918 Harley Davidson Orange

📋 copy color: '#D04918'

red 208 ◦ green 73 ◦ blue 24

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

Shades of Harley Davidson Orange #D04918

Tints of Harley Davidson Orange #D04918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.93%

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

R = 68.2%
G = 23.93%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D04918 (or 0xD04918) is known color: Harley Davidson Orange. HEX triplet: D0, 49 and 18. RGB value is (208,73,24). Sum of RGB (Red+Green+Blue) = 208+73+24=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D04918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04918 is #2FB6E7. Grayscale: #6C6C6C. Windows color (decimal): -3127016 or 1591760. OLE color: 1591760.

HSL color Cylindrical-coordinate representation of color #D04918: hue angle of 15.98º 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 #D04918 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 73 24 -
CMYK 0 0.65 0.88 0.18
HSL 15.98º 0.79% 0.45% -
HSV(B) 15.98º 0.88% 0.82% -
XYZ 28.56 18.24 2.88 -
YUV 107.78 80.73 199.48 -
System Red Green Blue C M Y K H S L
Decimal 208 73 24 0 0.65 0.88 0.18 15.98 0.79 0.45
Hex D0 49 18 0 41 58 12 10 4F 2D
Octal 320 111 30 0 101 130 22 20 117 55
Binary 11010000 1001001 11000 0 1000001 1011000 10010 10000 1001111 101101

Color Harmonies of #D04918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04918

Black with #D04918

Text Example


Text Example

White with #D04918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04918; }

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

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

background-color css

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

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

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

border-color css

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

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

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