Html Css Color HEX #D14114 Harley Davidson Orange

📋 copy color: '#D14114'

red 209 ◦ green 65 ◦ blue 20

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

Shades of Harley Davidson Orange #D14114

Tints of Harley Davidson Orange #D14114

RGB

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

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

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

R = 71.09%
G = 22.11%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D14114 (or 0xD14114) is known color: Harley Davidson Orange. HEX triplet: D1, 41 and 14. RGB value is (209,65,20). Sum of RGB (Red+Green+Blue) = 209+65+20=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D14114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14114 is #2EBEEB. Grayscale: #676767. Windows color (decimal): -3063532 or 1327569. OLE color: 1327569.

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

Color convert

RGB 209 65 20 -
CMYK 0 0.69 0.90 0.18
HSL 14.29º 0.83% 0.45% -
HSV(B) 14.29º 0.9% 0.82% -
XYZ 28.31 17.39 2.53 -
YUV 102.93 81.21 203.66 -
System Red Green Blue C M Y K H S L
Decimal 209 65 20 0 0.69 0.90 0.18 14.29 0.83 0.45
Hex D1 41 14 0 45 5A 12 E 53 2D
Octal 321 101 24 0 105 132 22 16 123 55
Binary 11010001 1000001 10100 0 1000101 1011010 10010 1110 1010011 101101

Color Harmonies of #D14114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14114

Black with #D14114

Text Example


Text Example

White with #D14114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14114; }

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

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

background-color css

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

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

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

border-color css

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

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

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