Html Css Color HEX #D13409 Harley Davidson Orange

📋 copy color: '#D13409'

red 209 ◦ green 52 ◦ blue 9

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

Shades of Harley Davidson Orange #D13409

Tints of Harley Davidson Orange #D13409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.26%

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

R = 77.41%
G = 19.26%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D13409 (or 0xD13409) is known color: Harley Davidson Orange. HEX triplet: D1, 34 and 09. RGB value is (209,52,9). Sum of RGB (Red+Green+Blue) = 209+52+9=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D13409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13409 is #2ECBF6. Grayscale: #5E5E5E. Windows color (decimal): -3066871 or 603345. OLE color: 603345.

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

Color convert

RGB 209 52 9 -
CMYK 0 0.75 0.96 0.18
HSL 12.9º 0.92% 0.43% -
HSV(B) 12.9º 0.96% 0.82% -
XYZ 27.57 16.03 1.9 -
YUV 94.04 80.01 210 -
System Red Green Blue C M Y K H S L
Decimal 209 52 9 0 0.75 0.96 0.18 12.9 0.92 0.43
Hex D1 34 9 0 4B 60 12 D 5C 2B
Octal 321 64 11 0 113 140 22 15 134 53
Binary 11010001 110100 1001 0 1001011 1100000 10010 1101 1011100 101011

Color Harmonies of #D13409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13409

Black with #D13409

Text Example


Text Example

White with #D13409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13409; }

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

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

background-color css

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

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

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

border-color css

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

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

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