Html Css Color HEX #D14107 Harley Davidson Orange

📋 copy color: '#D14107'

red 209 ◦ green 65 ◦ blue 7

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

Shades of Harley Davidson Orange #D14107

Tints of Harley Davidson Orange #D14107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.49%

R = 74.38%
G = 23.13%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D14107 (or 0xD14107) is known color: Harley Davidson Orange. HEX triplet: D1, 41 and 07. RGB value is (209,65,7). Sum of RGB (Red+Green+Blue) = 209+65+7=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D14107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14107 is #2EBEF8. Grayscale: #656565. Windows color (decimal): -3063545 or 475601. OLE color: 475601.

HSL color Cylindrical-coordinate representation of color #D14107: hue angle of 17.23º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D14107 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 65 7 -
CMYK 0 0.69 0.97 0.18
HSL 17.23º 0.94% 0.42% -
HSV(B) 17.23º 0.97% 0.82% -
XYZ 28.22 17.35 2.06 -
YUV 101.44 74.71 204.72 -
System Red Green Blue C M Y K H S L
Decimal 209 65 7 0 0.69 0.97 0.18 17.23 0.94 0.42
Hex D1 41 7 0 45 61 12 11 5E 2A
Octal 321 101 7 0 105 141 22 21 136 52
Binary 11010001 1000001 111 0 1000101 1100001 10010 10001 1011110 101010

Color Harmonies of #D14107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14107

Black with #D14107

Text Example


Text Example

White with #D14107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14107; }

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

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

background-color css

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

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

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

border-color css

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

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

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