Html Css Color HEX #D14520 Harley Davidson Orange

📋 copy color: '#D14520'

red 209 ◦ green 69 ◦ blue 32

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

Shades of Harley Davidson Orange #D14520

Tints of Harley Davidson Orange #D14520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.26%

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

R = 67.42%
G = 22.26%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D14520 (or 0xD14520) is known color: Harley Davidson Orange. HEX triplet: D1, 45 and 20. RGB value is (209,69,32). Sum of RGB (Red+Green+Blue) = 209+69+32=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D14520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14520 is #2EBADF. Grayscale: #6A6A6A. Windows color (decimal): -3062496 or 2115025. OLE color: 2115025.

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

Color convert

RGB 209 69 32 -
CMYK 0 0.67 0.85 0.18
HSL 12.54º 0.73% 0.47% -
HSV(B) 12.54º 0.85% 0.82% -
XYZ 28.68 17.92 3.31 -
YUV 106.64 85.88 201.01 -
System Red Green Blue C M Y K H S L
Decimal 209 69 32 0 0.67 0.85 0.18 12.54 0.73 0.47
Hex D1 45 20 0 43 55 12 D 49 2F
Octal 321 105 40 0 103 125 22 15 111 57
Binary 11010001 1000101 100000 0 1000011 1010101 10010 1101 1001001 101111

Color Harmonies of #D14520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14520

Black with #D14520

Text Example


Text Example

White with #D14520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14520; }

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

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

background-color css

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

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

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

border-color css

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

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

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