Html Css Color HEX #D04A18 Harley Davidson Orange

📋 copy color: '#D04A18'

red 208 ◦ green 74 ◦ blue 24

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

Shades of Harley Davidson Orange #D04A18

Tints of Harley Davidson Orange #D04A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

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

R = 67.97%
G = 24.18%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D04A18 (or 0xD04A18) is known color: Harley Davidson Orange. HEX triplet: D0, 4A and 18. RGB value is (208,74,24). Sum of RGB (Red+Green+Blue) = 208+74+24=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04A18 is #2FB5E7. Grayscale: #6C6C6C. Windows color (decimal): -3126760 or 1592016. OLE color: 1592016.

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

Color convert

RGB 208 74 24 -
CMYK 0 0.64 0.88 0.18
HSL 16.3º 0.79% 0.45% -
HSV(B) 16.3º 0.88% 0.82% -
XYZ 28.63 18.37 2.9 -
YUV 108.37 80.39 199.07 -
System Red Green Blue C M Y K H S L
Decimal 208 74 24 0 0.64 0.88 0.18 16.3 0.79 0.45
Hex D0 4A 18 0 40 58 12 10 4F 2D
Octal 320 112 30 0 100 130 22 20 117 55
Binary 11010000 1001010 11000 0 1000000 1011000 10010 10000 1001111 101101

Color Harmonies of #D04A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A18

Black with #D04A18

Text Example


Text Example

White with #D04A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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