Html Css Color HEX #D13302 Harley Davidson Orange
📋 copy color: '#D13302'red 209 ◦ green 51 ◦ blue 2
Shades of Harley Davidson Orange #D13302
Tints of Harley Davidson Orange #D13302
RGB
CMYK
RGB Variations
Color information
#D13302 (or 0xD13302) is known color: Harley Davidson Orange. HEX triplet: D1, 33 and 02. RGB value is (209,51,2). Sum of RGB (Red+Green+Blue) = 209+51+2=262 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.77% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 209 - color contains mainly: red. Hex color #D13302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13302 is #2ECCFD. Grayscale: #5D5D5D. Windows color (decimal): -3067134 or 144337. OLE color: 144337.
HSL color Cylindrical-coordinate representation of color #D13302: hue angle of 14.2º 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 #D13302 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.18 |
| HSL | 14.2º | 0.98% | 0.41% | - |
| HSV(B) | 14.2º | 0.99% | 0.82% | - |
| XYZ | 27.49 | 15.93 | 1.68 | - |
| YUV | 92.66 | 76.85 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 2 | 0 | 0.76 | 0.99 | 0.18 | 14.2 | 0.98 | 0.41 |
| Hex | D1 | 33 | 2 | 0 | 4C | 63 | 12 | E | 62 | 29 |
| Octal | 321 | 63 | 2 | 0 | 114 | 143 | 22 | 16 | 142 | 51 |
| Binary | 11010001 | 110011 | 10 | 0 | 1001100 | 1100011 | 10010 | 1110 | 1100010 | 101001 |
Color Harmonies of #D13302
Complementary color
Monochromatic Colors of #D13302
Black with #D13302
Text Example
Text Example
White with #D13302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13302; }
p { color: rgb(209,51,2); }
H1.HeaderClassName
{
color: #D13302;
}
.AnyTagClassName
{
color: #D13302;
}
</style>
background-color css
<style>
a { background-color: #D13302; }
a { background-color: rgb(209,51,2); }
div.DivClassName
{
background-color: #D13302;
}
.BgClassName
{
background-color: #D13302;
}
</style>
border-color css
<style>
span { border-color: #D13302; }
span { border-color: rgb(209,51,2); }
td.TdClassName
{
border-color: #D13302;
}
.TagClassName
{
border-color: #D13302;
}
</style>