Html Css Color HEX #D13110 Harley Davidson Orange

📋 copy color: '#D13110'

red 209 ◦ green 49 ◦ blue 16

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

Shades of Harley Davidson Orange #D13110

Tints of Harley Davidson Orange #D13110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.84%

R = 76.28%
G = 17.88%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D13110 (or 0xD13110) is known color: Harley Davidson Orange. HEX triplet: D1, 31 and 10. RGB value is (209,49,16). Sum of RGB (Red+Green+Blue) = 209+49+16=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D13110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13110 is #2ECEEF. Grayscale: #5D5D5D. Windows color (decimal): -3067632 or 1061329. OLE color: 1061329.

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

Color convert

RGB 209 49 16 -
CMYK 0 0.77 0.92 0.18
HSL 10.26º 0.86% 0.44% -
HSV(B) 10.26º 0.92% 0.82% -
XYZ 27.49 15.79 2.09 -
YUV 93.08 84.51 210.68 -
System Red Green Blue C M Y K H S L
Decimal 209 49 16 0 0.77 0.92 0.18 10.26 0.86 0.44
Hex D1 31 10 0 4D 5C 12 A 56 2C
Octal 321 61 20 0 115 134 22 12 126 54
Binary 11010001 110001 10000 0 1001101 1011100 10010 1010 1010110 101100

Color Harmonies of #D13110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13110

Black with #D13110

Text Example


Text Example

White with #D13110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13110; }

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

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

background-color css

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

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

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

border-color css

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

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

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