Html Css Color HEX #D14019 Harley Davidson Orange

📋 copy color: '#D14019'

red 209 ◦ green 64 ◦ blue 25

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

Shades of Harley Davidson Orange #D14019

Tints of Harley Davidson Orange #D14019

RGB

 RED value IS 209 (82.03% from 255) = 70.13%

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

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

R = 70.13%
G = 21.48%
B = 8.39%

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

#D14019 (or 0xD14019) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 19. RGB value is (209,64,25). Sum of RGB (Red+Green+Blue) = 209+64+25=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D14019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14019 is #2EBFE6. Grayscale: #676767. Windows color (decimal): -3063783 or 1654993. OLE color: 1654993.

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

Color convert

RGB 209 64 25 -
CMYK 0 0.69 0.88 0.18
HSL 12.72º 0.79% 0.46% -
HSV(B) 12.72º 0.88% 0.82% -
XYZ 28.3 17.29 2.77 -
YUV 102.91 84.04 203.67 -
System Red Green Blue C M Y K H S L
Decimal 209 64 25 0 0.69 0.88 0.18 12.72 0.79 0.46
Hex D1 40 19 0 45 58 12 D 4F 2E
Octal 321 100 31 0 105 130 22 15 117 56
Binary 11010001 1000000 11001 0 1000101 1011000 10010 1101 1001111 101110

Color Harmonies of #D14019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14019

Black with #D14019

Text Example


Text Example

White with #D14019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14019; }

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

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

background-color css

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

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

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

border-color css

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

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

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