Html Css Color HEX #D14211 Harley Davidson Orange

📋 copy color: '#D14211'

red 209 ◦ green 66 ◦ blue 17

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

Shades of Harley Davidson Orange #D14211

Tints of Harley Davidson Orange #D14211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.82%

R = 71.58%
G = 22.6%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D14211 (or 0xD14211) is known color: Harley Davidson Orange. HEX triplet: D1, 42 and 11. RGB value is (209,66,17). Sum of RGB (Red+Green+Blue) = 209+66+17=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D14211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14211 is #2EBDEE. Grayscale: #676767. Windows color (decimal): -3063279 or 1131217. OLE color: 1131217.

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

Color convert

RGB 209 66 17 -
CMYK 0 0.68 0.92 0.18
HSL 15.31º 0.85% 0.44% -
HSV(B) 15.31º 0.92% 0.82% -
XYZ 28.34 17.49 2.41 -
YUV 103.17 79.38 203.48 -
System Red Green Blue C M Y K H S L
Decimal 209 66 17 0 0.68 0.92 0.18 15.31 0.85 0.44
Hex D1 42 11 0 44 5C 12 F 55 2C
Octal 321 102 21 0 104 134 22 17 125 54
Binary 11010001 1000010 10001 0 1000100 1011100 10010 1111 1010101 101100

Color Harmonies of #D14211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14211

Black with #D14211

Text Example


Text Example

White with #D14211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14211; }

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

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

background-color css

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

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

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

border-color css

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

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

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