Html Css Color HEX #D14A19 Harley Davidson Orange

📋 copy color: '#D14A19'

red 209 ◦ green 74 ◦ blue 25

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

Shades of Harley Davidson Orange #D14A19

Tints of Harley Davidson Orange #D14A19

RGB

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

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

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

R = 67.86%
G = 24.03%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D14A19 (or 0xD14A19) is known color: Harley Davidson Orange. HEX triplet: D1, 4A and 19. RGB value is (209,74,25). Sum of RGB (Red+Green+Blue) = 209+74+25=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14A19 is #2EB5E6. Grayscale: #6D6D6D. Windows color (decimal): -3061223 or 1657553. OLE color: 1657553.

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

Color convert

RGB 209 74 25 -
CMYK 0 0.65 0.88 0.18
HSL 15.98º 0.79% 0.46% -
HSV(B) 15.98º 0.88% 0.82% -
XYZ 28.92 18.52 2.97 -
YUV 108.78 80.73 199.48 -
System Red Green Blue C M Y K H S L
Decimal 209 74 25 0 0.65 0.88 0.18 15.98 0.79 0.46
Hex D1 4A 19 0 41 58 12 10 4F 2E
Octal 321 112 31 0 101 130 22 20 117 56
Binary 11010001 1001010 11001 0 1000001 1011000 10010 10000 1001111 101110

Color Harmonies of #D14A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14A19

Black with #D14A19

Text Example


Text Example

White with #D14A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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