Html Css Color HEX #D13902 Harley Davidson Orange
📋 copy color: '#D13902'red 209 ◦ green 57 ◦ blue 2
Shades of Harley Davidson Orange #D13902
Tints of Harley Davidson Orange #D13902
RGB
CMYK
RGB Variations
Color information
#D13902 (or 0xD13902) is known color: Harley Davidson Orange. HEX triplet: D1, 39 and 02. RGB value is (209,57,2). Sum of RGB (Red+Green+Blue) = 209+57+2=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D13902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13902 is #2EC6FD. Grayscale: #606060. Windows color (decimal): -3065598 or 145873. OLE color: 145873.
HSL color Cylindrical-coordinate representation of color #D13902: hue angle of 15.94º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D13902 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.18 |
| HSL | 15.94º | 0.98% | 0.41% | - |
| HSV(B) | 15.94º | 0.99% | 0.82% | - |
| XYZ | 27.77 | 16.49 | 1.78 | - |
| YUV | 96.18 | 74.86 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 2 | 0 | 0.73 | 0.99 | 0.18 | 15.94 | 0.98 | 0.41 |
| Hex | D1 | 39 | 2 | 0 | 49 | 63 | 12 | 10 | 62 | 29 |
| Octal | 321 | 71 | 2 | 0 | 111 | 143 | 22 | 20 | 142 | 51 |
| Binary | 11010001 | 111001 | 10 | 0 | 1001001 | 1100011 | 10010 | 10000 | 1100010 | 101001 |
Color Harmonies of #D13902
Complementary color
Monochromatic Colors of #D13902
Black with #D13902
Text Example
Text Example
White with #D13902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13902; }
p { color: rgb(209,57,2); }
H1.HeaderClassName
{
color: #D13902;
}
.AnyTagClassName
{
color: #D13902;
}
</style>
background-color css
<style>
a { background-color: #D13902; }
a { background-color: rgb(209,57,2); }
div.DivClassName
{
background-color: #D13902;
}
.BgClassName
{
background-color: #D13902;
}
</style>
border-color css
<style>
span { border-color: #D13902; }
span { border-color: rgb(209,57,2); }
td.TdClassName
{
border-color: #D13902;
}
.TagClassName
{
border-color: #D13902;
}
</style>