Html Css Color HEX #D13210 Harley Davidson Orange

📋 copy color: '#D13210'

red 209 ◦ green 50 ◦ blue 16

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

Shades of Harley Davidson Orange #D13210

Tints of Harley Davidson Orange #D13210

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.18%

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

R = 76%
G = 18.18%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D13210 (or 0xD13210) is known color: Harley Davidson Orange. HEX triplet: D1, 32 and 10. RGB value is (209,50,16). Sum of RGB (Red+Green+Blue) = 209+50+16=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D13210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13210 is #2ECDEF. Grayscale: #5D5D5D. Windows color (decimal): -3067376 or 1061585. OLE color: 1061585.

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

Color convert

RGB 209 50 16 -
CMYK 0 0.76 0.92 0.18
HSL 10.57º 0.86% 0.44% -
HSV(B) 10.57º 0.92% 0.82% -
XYZ 27.53 15.87 2.1 -
YUV 93.67 84.18 210.26 -
System Red Green Blue C M Y K H S L
Decimal 209 50 16 0 0.76 0.92 0.18 10.57 0.86 0.44
Hex D1 32 10 0 4C 5C 12 B 56 2C
Octal 321 62 20 0 114 134 22 13 126 54
Binary 11010001 110010 10000 0 1001100 1011100 10010 1011 1010110 101100

Color Harmonies of #D13210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13210

Black with #D13210

Text Example


Text Example

White with #D13210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13210; }

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

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

background-color css

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

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

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

border-color css

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

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

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