Html Css Color HEX #D14220 Harley Davidson Orange

📋 copy color: '#D14220'

red 209 ◦ green 66 ◦ blue 32

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

Shades of Harley Davidson Orange #D14220

Tints of Harley Davidson Orange #D14220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.5%

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

R = 68.08%
G = 21.5%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D14220 (or 0xD14220) is known color: Harley Davidson Orange. HEX triplet: D1, 42 and 20. RGB value is (209,66,32). Sum of RGB (Red+Green+Blue) = 209+66+32=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D14220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14220 is #2EBDDF. Grayscale: #696969. Windows color (decimal): -3063264 or 2114257. OLE color: 2114257.

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

Color convert

RGB 209 66 32 -
CMYK 0 0.68 0.85 0.18
HSL 11.53º 0.73% 0.47% -
HSV(B) 11.53º 0.85% 0.82% -
XYZ 28.5 17.56 3.25 -
YUV 104.88 86.88 202.26 -
System Red Green Blue C M Y K H S L
Decimal 209 66 32 0 0.68 0.85 0.18 11.53 0.73 0.47
Hex D1 42 20 0 44 55 12 C 49 2F
Octal 321 102 40 0 104 125 22 14 111 57
Binary 11010001 1000010 100000 0 1000100 1010101 10010 1100 1001001 101111

Color Harmonies of #D14220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14220

Black with #D14220

Text Example


Text Example

White with #D14220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14220; }

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

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

background-color css

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

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

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

border-color css

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

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

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