Html Css Color HEX #D14012 Harley Davidson Orange

📋 copy color: '#D14012'

red 209 ◦ green 64 ◦ blue 18

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

Shades of Harley Davidson Orange #D14012

Tints of Harley Davidson Orange #D14012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.19%

R = 71.82%
G = 21.99%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D14012 (or 0xD14012) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 12. RGB value is (209,64,18). Sum of RGB (Red+Green+Blue) = 209+64+18=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D14012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14012 is #2EBFED. Grayscale: #666666. Windows color (decimal): -3063790 or 1196241. OLE color: 1196241.

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

Color convert

RGB 209 64 18 -
CMYK 0 0.69 0.91 0.18
HSL 14.45º 0.84% 0.45% -
HSV(B) 14.45º 0.91% 0.82% -
XYZ 28.24 17.27 2.42 -
YUV 102.11 80.54 204.24 -
System Red Green Blue C M Y K H S L
Decimal 209 64 18 0 0.69 0.91 0.18 14.45 0.84 0.45
Hex D1 40 12 0 45 5B 12 E 54 2D
Octal 321 100 22 0 105 133 22 16 124 55
Binary 11010001 1000000 10010 0 1000101 1011011 10010 1110 1010100 101101

Color Harmonies of #D14012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14012

Black with #D14012

Text Example


Text Example

White with #D14012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14012; }

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

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

background-color css

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

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

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

border-color css

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

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

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