Html Css Color HEX #D04019 Harley Davidson Orange

📋 copy color: '#D04019'

red 208 ◦ green 64 ◦ blue 25

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

Shades of Harley Davidson Orange #D04019

Tints of Harley Davidson Orange #D04019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

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

R = 70.03%
G = 21.55%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D04019 (or 0xD04019) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 19. RGB value is (208,64,25). Sum of RGB (Red+Green+Blue) = 208+64+25=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D04019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04019 is #2FBFE6. Grayscale: #666666. Windows color (decimal): -3129319 or 1654992. OLE color: 1654992.

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

Color convert

RGB 208 64 25 -
CMYK 0 0.69 0.88 0.18
HSL 12.79º 0.79% 0.46% -
HSV(B) 12.79º 0.88% 0.82% -
XYZ 28.02 17.15 2.75 -
YUV 102.61 84.21 203.17 -
System Red Green Blue C M Y K H S L
Decimal 208 64 25 0 0.69 0.88 0.18 12.79 0.79 0.46
Hex D0 40 19 0 45 58 12 D 4F 2E
Octal 320 100 31 0 105 130 22 15 117 56
Binary 11010000 1000000 11001 0 1000101 1011000 10010 1101 1001111 101110

Color Harmonies of #D04019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04019

Black with #D04019

Text Example


Text Example

White with #D04019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04019; }

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

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

background-color css

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

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

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

border-color css

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

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

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