Html Css Color HEX #D14119 Harley Davidson Orange

📋 copy color: '#D14119'

red 209 ◦ green 65 ◦ blue 25

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

Shades of Harley Davidson Orange #D14119

Tints of Harley Davidson Orange #D14119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.74%

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

R = 69.9%
G = 21.74%
B = 8.36%

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

#D14119 (or 0xD14119) is known color: Harley Davidson Orange. HEX triplet: D1, 41 and 19. RGB value is (209,65,25). Sum of RGB (Red+Green+Blue) = 209+65+25=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D14119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14119 is #2EBEE6. Grayscale: #676767. Windows color (decimal): -3063527 or 1655249. OLE color: 1655249.

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

Color convert

RGB 209 65 25 -
CMYK 0 0.69 0.88 0.18
HSL 13.04º 0.79% 0.46% -
HSV(B) 13.04º 0.88% 0.82% -
XYZ 28.36 17.41 2.78 -
YUV 103.5 83.71 203.25 -
System Red Green Blue C M Y K H S L
Decimal 209 65 25 0 0.69 0.88 0.18 13.04 0.79 0.46
Hex D1 41 19 0 45 58 12 D 4F 2E
Octal 321 101 31 0 105 130 22 15 117 56
Binary 11010001 1000001 11001 0 1000101 1011000 10010 1101 1001111 101110

Color Harmonies of #D14119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14119

Black with #D14119

Text Example


Text Example

White with #D14119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14119; }

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

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

background-color css

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

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

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

border-color css

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

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

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