Html Css Color HEX #D04519 Harley Davidson Orange

📋 copy color: '#D04519'

red 208 ◦ green 69 ◦ blue 25

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

Shades of Harley Davidson Orange #D04519

Tints of Harley Davidson Orange #D04519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.28%

R = 68.87%
G = 22.85%
B = 8.28%

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

#D04519 (or 0xD04519) is known color: Harley Davidson Orange. HEX triplet: D0, 45 and 19. RGB value is (208,69,25). Sum of RGB (Red+Green+Blue) = 208+69+25=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D04519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04519 is #2FBAE6. Grayscale: #696969. Windows color (decimal): -3128039 or 1656272. OLE color: 1656272.

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

Color convert

RGB 208 69 25 -
CMYK 0 0.67 0.88 0.18
HSL 14.43º 0.79% 0.46% -
HSV(B) 14.43º 0.88% 0.82% -
XYZ 28.32 17.74 2.85 -
YUV 105.55 82.55 201.08 -
System Red Green Blue C M Y K H S L
Decimal 208 69 25 0 0.67 0.88 0.18 14.43 0.79 0.46
Hex D0 45 19 0 43 58 12 E 4F 2E
Octal 320 105 31 0 103 130 22 16 117 56
Binary 11010000 1000101 11001 0 1000011 1011000 10010 1110 1001111 101110

Color Harmonies of #D04519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04519

Black with #D04519

Text Example


Text Example

White with #D04519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04519; }

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

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

background-color css

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

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

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

border-color css

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

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

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