Html Css Color HEX #D13404 Harley Davidson Orange
📋 copy color: '#D13404'red 209 ◦ green 52 ◦ blue 4
Shades of Harley Davidson Orange #D13404
Tints of Harley Davidson Orange #D13404
RGB
CMYK
RGB Variations
Color information
#D13404 (or 0xD13404) is known color: Harley Davidson Orange. HEX triplet: D1, 34 and 04. RGB value is (209,52,4). Sum of RGB (Red+Green+Blue) = 209+52+4=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D13404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13404 is #2ECBFB. Grayscale: #5D5D5D. Windows color (decimal): -3066876 or 275665. OLE color: 275665.
HSL color Cylindrical-coordinate representation of color #D13404: hue angle of 14.05º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D13404 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.18 |
| HSL | 14.05º | 0.96% | 0.42% | - |
| HSV(B) | 14.05º | 0.98% | 0.82% | - |
| XYZ | 27.54 | 16.02 | 1.76 | - |
| YUV | 93.47 | 77.51 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 4 | 0 | 0.75 | 0.98 | 0.18 | 14.05 | 0.96 | 0.42 |
| Hex | D1 | 34 | 4 | 0 | 4B | 62 | 12 | E | 60 | 2A |
| Octal | 321 | 64 | 4 | 0 | 113 | 142 | 22 | 16 | 140 | 52 |
| Binary | 11010001 | 110100 | 100 | 0 | 1001011 | 1100010 | 10010 | 1110 | 1100000 | 101010 |
Color Harmonies of #D13404
Complementary color
Monochromatic Colors of #D13404
Black with #D13404
Text Example
Text Example
White with #D13404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13404; }
p { color: rgb(209,52,4); }
H1.HeaderClassName
{
color: #D13404;
}
.AnyTagClassName
{
color: #D13404;
}
</style>
background-color css
<style>
a { background-color: #D13404; }
a { background-color: rgb(209,52,4); }
div.DivClassName
{
background-color: #D13404;
}
.BgClassName
{
background-color: #D13404;
}
</style>
border-color css
<style>
span { border-color: #D13404; }
span { border-color: rgb(209,52,4); }
td.TdClassName
{
border-color: #D13404;
}
.TagClassName
{
border-color: #D13404;
}
</style>