Html Css Color HEX #D13120 Harley Davidson Orange

📋 copy color: '#D13120'

red 209 ◦ green 49 ◦ blue 32

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

Shades of Harley Davidson Orange #D13120

Tints of Harley Davidson Orange #D13120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.9%

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 72.07%
G = 16.9%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D13120 (or 0xD13120) is known color: Harley Davidson Orange. HEX triplet: D1, 31 and 20. RGB value is (209,49,32). Sum of RGB (Red+Green+Blue) = 209+49+32=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D13120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13120 is #2ECEDF. Grayscale: #5F5F5F. Windows color (decimal): -3067616 or 2109905. OLE color: 2109905.

HSL color Cylindrical-coordinate representation of color #D13120: hue angle of 5.76º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D13120 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 49 32 -
CMYK 0 0.77 0.85 0.18
HSL 5.76º 0.73% 0.47% -
HSV(B) 5.76º 0.85% 0.82% -
XYZ 27.65 15.86 2.97 -
YUV 94.9 92.51 209.38 -
System Red Green Blue C M Y K H S L
Decimal 209 49 32 0 0.77 0.85 0.18 5.76 0.73 0.47
Hex D1 31 20 0 4D 55 12 6 49 2F
Octal 321 61 40 0 115 125 22 6 111 57
Binary 11010001 110001 100000 0 1001101 1010101 10010 110 1001001 101111

Color Harmonies of #D13120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13120

Black with #D13120

Text Example


Text Example

White with #D13120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13120; }

 p { color: rgb(209,49,32); }

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

background-color css

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

 a { background-color: rgb(209,49,32); }

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

border-color css

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

 span { border-color: rgb(209,49,32); }

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