Html Css Color HEX #D14115 Harley Davidson Orange

📋 copy color: '#D14115'

red 209 ◦ green 65 ◦ blue 21

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

Shades of Harley Davidson Orange #D14115

Tints of Harley Davidson Orange #D14115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.12%

R = 70.85%
G = 22.03%
B = 7.12%

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

#D14115 (or 0xD14115) is known color: Harley Davidson Orange. HEX triplet: D1, 41 and 15. RGB value is (209,65,21). Sum of RGB (Red+Green+Blue) = 209+65+21=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D14115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14115 is #2EBEEA. Grayscale: #676767. Windows color (decimal): -3063531 or 1393105. OLE color: 1393105.

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

Color convert

RGB 209 65 21 -
CMYK 0 0.69 0.90 0.18
HSL 14.04º 0.82% 0.45% -
HSV(B) 14.04º 0.9% 0.82% -
XYZ 28.32 17.39 2.57 -
YUV 103.04 81.71 203.58 -
System Red Green Blue C M Y K H S L
Decimal 209 65 21 0 0.69 0.90 0.18 14.04 0.82 0.45
Hex D1 41 15 0 45 5A 12 E 52 2D
Octal 321 101 25 0 105 132 22 16 122 55
Binary 11010001 1000001 10101 0 1000101 1011010 10010 1110 1010010 101101

Color Harmonies of #D14115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14115

Black with #D14115

Text Example


Text Example

White with #D14115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14115; }

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

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

background-color css

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

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

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

border-color css

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

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

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