Html Css Color HEX #D14120 Harley Davidson Orange

📋 copy color: '#D14120'

red 209 ◦ green 65 ◦ blue 32

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

Shades of Harley Davidson Orange #D14120

Tints of Harley Davidson Orange #D14120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.46%

R = 68.3%
G = 21.24%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D14120 (or 0xD14120) is known color: Harley Davidson Orange. HEX triplet: D1, 41 and 20. RGB value is (209,65,32). Sum of RGB (Red+Green+Blue) = 209+65+32=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D14120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14120 is #2EBEDF. Grayscale: #686868. Windows color (decimal): -3063520 or 2114001. OLE color: 2114001.

HSL color Cylindrical-coordinate representation of color #D14120: hue angle of 11.19º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D14120 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 65 32 -
CMYK 0 0.69 0.85 0.18
HSL 11.19º 0.73% 0.47% -
HSV(B) 11.19º 0.85% 0.82% -
XYZ 28.45 17.44 3.23 -
YUV 104.29 87.21 202.68 -
System Red Green Blue C M Y K H S L
Decimal 209 65 32 0 0.69 0.85 0.18 11.19 0.73 0.47
Hex D1 41 20 0 45 55 12 B 49 2F
Octal 321 101 40 0 105 125 22 13 111 57
Binary 11010001 1000001 100000 0 1000101 1010101 10010 1011 1001001 101111

Color Harmonies of #D14120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14120

Black with #D14120

Text Example


Text Example

White with #D14120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14120; }

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

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

background-color css

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

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

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

border-color css

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

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

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