Html Css Color HEX #D13209 Harley Davidson Orange

📋 copy color: '#D13209'

red 209 ◦ green 50 ◦ blue 9

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

Shades of Harley Davidson Orange #D13209

Tints of Harley Davidson Orange #D13209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.36%

R = 77.99%
G = 18.66%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D13209 (or 0xD13209) is known color: Harley Davidson Orange. HEX triplet: D1, 32 and 09. RGB value is (209,50,9). Sum of RGB (Red+Green+Blue) = 209+50+9=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D13209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13209 is #2ECDF6. Grayscale: #5D5D5D. Windows color (decimal): -3067383 or 602833. OLE color: 602833.

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

Color convert

RGB 209 50 9 -
CMYK 0 0.76 0.96 0.18
HSL 12.3º 0.92% 0.43% -
HSV(B) 12.3º 0.96% 0.82% -
XYZ 27.48 15.86 1.87 -
YUV 92.87 80.68 210.83 -
System Red Green Blue C M Y K H S L
Decimal 209 50 9 0 0.76 0.96 0.18 12.3 0.92 0.43
Hex D1 32 9 0 4C 60 12 C 5C 2B
Octal 321 62 11 0 114 140 22 14 134 53
Binary 11010001 110010 1001 0 1001100 1100000 10010 1100 1011100 101011

Color Harmonies of #D13209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13209

Black with #D13209

Text Example


Text Example

White with #D13209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13209; }

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

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

background-color css

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

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

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

border-color css

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

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

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