Html Css Color HEX #D13403 Harley Davidson Orange
📋 copy color: '#D13403'red 209 ◦ green 52 ◦ blue 3
Shades of Harley Davidson Orange #D13403
Tints of Harley Davidson Orange #D13403
RGB
CMYK
RGB Variations
Color information
#D13403 (or 0xD13403) is known color: Harley Davidson Orange. HEX triplet: D1, 34 and 03. RGB value is (209,52,3). Sum of RGB (Red+Green+Blue) = 209+52+3=264 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.17% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 209 - color contains mainly: red. Hex color #D13403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13403 is #2ECBFC. Grayscale: #5D5D5D. Windows color (decimal): -3066877 or 210129. OLE color: 210129.
HSL color Cylindrical-coordinate representation of color #D13403: hue angle of 14.27º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D13403 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 3 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.18 |
| HSL | 14.27º | 0.97% | 0.42% | - |
| HSV(B) | 14.27º | 0.99% | 0.82% | - |
| XYZ | 27.54 | 16.02 | 1.73 | - |
| YUV | 93.36 | 77.01 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 3 | 0 | 0.75 | 0.99 | 0.18 | 14.27 | 0.97 | 0.42 |
| Hex | D1 | 34 | 3 | 0 | 4B | 63 | 12 | E | 61 | 2A |
| Octal | 321 | 64 | 3 | 0 | 113 | 143 | 22 | 16 | 141 | 52 |
| Binary | 11010001 | 110100 | 11 | 0 | 1001011 | 1100011 | 10010 | 1110 | 1100001 | 101010 |
Color Harmonies of #D13403
Complementary color
Monochromatic Colors of #D13403
Black with #D13403
Text Example
Text Example
White with #D13403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13403; }
p { color: rgb(209,52,3); }
H1.HeaderClassName
{
color: #D13403;
}
.AnyTagClassName
{
color: #D13403;
}
</style>
background-color css
<style>
a { background-color: #D13403; }
a { background-color: rgb(209,52,3); }
div.DivClassName
{
background-color: #D13403;
}
.BgClassName
{
background-color: #D13403;
}
</style>
border-color css
<style>
span { border-color: #D13403; }
span { border-color: rgb(209,52,3); }
td.TdClassName
{
border-color: #D13403;
}
.TagClassName
{
border-color: #D13403;
}
</style>