Html Css Color HEX #D14719 Harley Davidson Orange

📋 copy color: '#D14719'

red 209 ◦ green 71 ◦ blue 25

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

Shades of Harley Davidson Orange #D14719

Tints of Harley Davidson Orange #D14719

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.28%

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

R = 68.52%
G = 23.28%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D14719 (or 0xD14719) is known color: Harley Davidson Orange. HEX triplet: D1, 47 and 19. RGB value is (209,71,25). Sum of RGB (Red+Green+Blue) = 209+71+25=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D14719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14719 is #2EB8E6. Grayscale: #6B6B6B. Windows color (decimal): -3061991 or 1656785. OLE color: 1656785.

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

Color convert

RGB 209 71 25 -
CMYK 0 0.66 0.88 0.18
HSL 15º 0.79% 0.46% -
HSV(B) 15º 0.88% 0.82% -
XYZ 28.72 18.13 2.91 -
YUV 107.02 81.72 200.74 -
System Red Green Blue C M Y K H S L
Decimal 209 71 25 0 0.66 0.88 0.18 15 0.79 0.46
Hex D1 47 19 0 42 58 12 F 4F 2E
Octal 321 107 31 0 102 130 22 17 117 56
Binary 11010001 1000111 11001 0 1000010 1011000 10010 1111 1001111 101110

Color Harmonies of #D14719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14719

Black with #D14719

Text Example


Text Example

White with #D14719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14719; }

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

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

background-color css

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

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

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

border-color css

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

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

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