Html Css Color HEX #D14514 Harley Davidson Orange

📋 copy color: '#D14514'

red 209 ◦ green 69 ◦ blue 20

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

Shades of Harley Davidson Orange #D14514

Tints of Harley Davidson Orange #D14514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.15%

 BLUE value IS 20 (8.2% from 255) = 6.71%

R = 70.13%
G = 23.15%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D14514 (or 0xD14514) is known color: Harley Davidson Orange. HEX triplet: D1, 45 and 14. RGB value is (209,69,20). Sum of RGB (Red+Green+Blue) = 209+69+20=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D14514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14514 is #2EBAEB. Grayscale: #696969. Windows color (decimal): -3062508 or 1328593. OLE color: 1328593.

HSL color Cylindrical-coordinate representation of color #D14514: hue angle of 15.56º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D14514 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 69 20 -
CMYK 0 0.67 0.90 0.18
HSL 15.56º 0.83% 0.45% -
HSV(B) 15.56º 0.9% 0.82% -
XYZ 28.55 17.86 2.6 -
YUV 105.27 79.88 201.98 -
System Red Green Blue C M Y K H S L
Decimal 209 69 20 0 0.67 0.90 0.18 15.56 0.83 0.45
Hex D1 45 14 0 43 5A 12 10 53 2D
Octal 321 105 24 0 103 132 22 20 123 55
Binary 11010001 1000101 10100 0 1000011 1011010 10010 10000 1010011 101101

Color Harmonies of #D14514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14514

Black with #D14514

Text Example


Text Example

White with #D14514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14514; }

 p { color: rgb(209,69,20); }

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

background-color css

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

 a { background-color: rgb(209,69,20); }

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

border-color css

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

 span { border-color: rgb(209,69,20); }

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