Html Css Color HEX #D14515 Harley Davidson Orange

📋 copy color: '#D14515'

red 209 ◦ green 69 ◦ blue 21

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

Shades of Harley Davidson Orange #D14515

Tints of Harley Davidson Orange #D14515

RGB

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

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

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

R = 69.9%
G = 23.08%
B = 7.02%

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

#D14515 (or 0xD14515) is known color: Harley Davidson Orange. HEX triplet: D1, 45 and 15. RGB value is (209,69,21). Sum of RGB (Red+Green+Blue) = 209+69+21=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D14515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14515 is #2EBAEA. Grayscale: #696969. Windows color (decimal): -3062507 or 1394129. OLE color: 1394129.

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

Color convert

RGB 209 69 21 -
CMYK 0 0.67 0.90 0.18
HSL 15.32º 0.82% 0.45% -
HSV(B) 15.32º 0.9% 0.82% -
XYZ 28.56 17.87 2.65 -
YUV 105.39 80.38 201.9 -
System Red Green Blue C M Y K H S L
Decimal 209 69 21 0 0.67 0.90 0.18 15.32 0.82 0.45
Hex D1 45 15 0 43 5A 12 F 52 2D
Octal 321 105 25 0 103 132 22 17 122 55
Binary 11010001 1000101 10101 0 1000011 1011010 10010 1111 1010010 101101

Color Harmonies of #D14515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14515

Black with #D14515

Text Example


Text Example

White with #D14515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14515; }

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

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

background-color css

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

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

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

border-color css

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

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

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