Html Css Color HEX #D14005 Harley Davidson Orange

📋 copy color: '#D14005'

red 209 ◦ green 64 ◦ blue 5

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

Shades of Harley Davidson Orange #D14005

Tints of Harley Davidson Orange #D14005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.8%

R = 75.18%
G = 23.02%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D14005 (or 0xD14005) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 05. RGB value is (209,64,5). Sum of RGB (Red+Green+Blue) = 209+64+5=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D14005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14005 is #2EBFFA. Grayscale: #656565. Windows color (decimal): -3063803 or 344273. OLE color: 344273.

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

Color convert

RGB 209 64 5 -
CMYK 0 0.69 0.98 0.18
HSL 17.35º 0.95% 0.42% -
HSV(B) 17.35º 0.98% 0.82% -
XYZ 28.16 17.23 1.99 -
YUV 100.63 74.04 205.3 -
System Red Green Blue C M Y K H S L
Decimal 209 64 5 0 0.69 0.98 0.18 17.35 0.95 0.42
Hex D1 40 5 0 45 62 12 11 5F 2A
Octal 321 100 5 0 105 142 22 21 137 52
Binary 11010001 1000000 101 0 1000101 1100010 10010 10001 1011111 101010

Color Harmonies of #D14005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14005

Black with #D14005

Text Example


Text Example

White with #D14005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14005; }

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

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

background-color css

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

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

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

border-color css

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

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

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