Html Css Color HEX #D14007 Harley Davidson Orange

📋 copy color: '#D14007'

red 209 ◦ green 64 ◦ blue 7

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

Shades of Harley Davidson Orange #D14007

Tints of Harley Davidson Orange #D14007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

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

R = 74.64%
G = 22.86%
B = 2.5%

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

#D14007 (or 0xD14007) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 07. RGB value is (209,64,7). Sum of RGB (Red+Green+Blue) = 209+64+7=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D14007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14007 is #2EBFF8. Grayscale: #656565. Windows color (decimal): -3063801 or 475345. OLE color: 475345.

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

Color convert

RGB 209 64 7 -
CMYK 0 0.69 0.97 0.18
HSL 16.93º 0.94% 0.42% -
HSV(B) 16.93º 0.97% 0.82% -
XYZ 28.17 17.24 2.04 -
YUV 100.86 75.04 205.13 -
System Red Green Blue C M Y K H S L
Decimal 209 64 7 0 0.69 0.97 0.18 16.93 0.94 0.42
Hex D1 40 7 0 45 61 12 11 5E 2A
Octal 321 100 7 0 105 141 22 21 136 52
Binary 11010001 1000000 111 0 1000101 1100001 10010 10001 1011110 101010

Color Harmonies of #D14007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14007

Black with #D14007

Text Example


Text Example

White with #D14007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14007; }

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

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

background-color css

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

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

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

border-color css

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

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

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