Html Css Color HEX #D14110 Harley Davidson Orange

📋 copy color: '#D14110'

red 209 ◦ green 65 ◦ blue 16

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

Shades of Harley Davidson Orange #D14110

Tints of Harley Davidson Orange #D14110

RGB

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

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

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

R = 72.07%
G = 22.41%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D14110 (or 0xD14110) is known color: Harley Davidson Orange. HEX triplet: D1, 41 and 10. RGB value is (209,65,16). Sum of RGB (Red+Green+Blue) = 209+65+16=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D14110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14110 is #2EBEEF. Grayscale: #666666. Windows color (decimal): -3063536 or 1065425. OLE color: 1065425.

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

Color convert

RGB 209 65 16 -
CMYK 0 0.69 0.92 0.18
HSL 15.23º 0.86% 0.44% -
HSV(B) 15.23º 0.92% 0.82% -
XYZ 28.28 17.37 2.35 -
YUV 102.47 79.21 203.98 -
System Red Green Blue C M Y K H S L
Decimal 209 65 16 0 0.69 0.92 0.18 15.23 0.86 0.44
Hex D1 41 10 0 45 5C 12 F 56 2C
Octal 321 101 20 0 105 134 22 17 126 54
Binary 11010001 1000001 10000 0 1000101 1011100 10010 1111 1010110 101100

Color Harmonies of #D14110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14110

Black with #D14110

Text Example


Text Example

White with #D14110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14110; }

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

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

background-color css

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

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

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

border-color css

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

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

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