Html Css Color HEX #D14210 Harley Davidson Orange

📋 copy color: '#D14210'

red 209 ◦ green 66 ◦ blue 16

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

Shades of Harley Davidson Orange #D14210

Tints of Harley Davidson Orange #D14210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.5%

R = 71.82%
G = 22.68%
B = 5.5%

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

#D14210 (or 0xD14210) is known color: Harley Davidson Orange. HEX triplet: D1, 42 and 10. RGB value is (209,66,16). Sum of RGB (Red+Green+Blue) = 209+66+16=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D14210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14210 is #2EBDEF. Grayscale: #676767. Windows color (decimal): -3063280 or 1065681. OLE color: 1065681.

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

Color convert

RGB 209 66 16 -
CMYK 0 0.68 0.92 0.18
HSL 15.54º 0.86% 0.44% -
HSV(B) 15.54º 0.92% 0.82% -
XYZ 28.34 17.49 2.37 -
YUV 103.06 78.88 203.57 -
System Red Green Blue C M Y K H S L
Decimal 209 66 16 0 0.68 0.92 0.18 15.54 0.86 0.44
Hex D1 42 10 0 44 5C 12 10 56 2C
Octal 321 102 20 0 104 134 22 20 126 54
Binary 11010001 1000010 10000 0 1000100 1011100 10010 10000 1010110 101100

Color Harmonies of #D14210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14210

Black with #D14210

Text Example


Text Example

White with #D14210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14210; }

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

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

background-color css

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

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

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

border-color css

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

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

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