Html Css Color HEX #D13014 Harley Davidson Orange

📋 copy color: '#D13014'

red 209 ◦ green 48 ◦ blue 20

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

Shades of Harley Davidson Orange #D13014

Tints of Harley Davidson Orange #D13014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.33%

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

R = 75.45%
G = 17.33%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D13014 (or 0xD13014) is known color: Harley Davidson Orange. HEX triplet: D1, 30 and 14. RGB value is (209,48,20). Sum of RGB (Red+Green+Blue) = 209+48+20=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D13014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13014 is #2ECFEB. Grayscale: #5D5D5D. Windows color (decimal): -3067884 or 1323217. OLE color: 1323217.

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

Color convert

RGB 209 48 20 -
CMYK 0 0.77 0.90 0.18
HSL 8.89º 0.83% 0.45% -
HSV(B) 8.89º 0.9% 0.82% -
XYZ 27.48 15.72 2.25 -
YUV 92.95 86.84 210.78 -
System Red Green Blue C M Y K H S L
Decimal 209 48 20 0 0.77 0.90 0.18 8.89 0.83 0.45
Hex D1 30 14 0 4D 5A 12 9 53 2D
Octal 321 60 24 0 115 132 22 11 123 55
Binary 11010001 110000 10100 0 1001101 1011010 10010 1001 1010011 101101

Color Harmonies of #D13014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13014

Black with #D13014

Text Example


Text Example

White with #D13014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13014; }

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

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

background-color css

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

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

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

border-color css

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

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

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