Html Css Color HEX #D13305 Harley Davidson Orange
📋 copy color: '#D13305'red 209 ◦ green 51 ◦ blue 5
Shades of Harley Davidson Orange #D13305
Tints of Harley Davidson Orange #D13305
RGB
CMYK
RGB Variations
Color information
#D13305 (or 0xD13305) is known color: Harley Davidson Orange. HEX triplet: D1, 33 and 05. RGB value is (209,51,5). Sum of RGB (Red+Green+Blue) = 209+51+5=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D13305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13305 is #2ECCFA. Grayscale: #5D5D5D. Windows color (decimal): -3067131 or 340945. OLE color: 340945.
HSL color Cylindrical-coordinate representation of color #D13305: hue angle of 13.53º degrees, saturation: 0.95, 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 #D13305 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 5 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.18 |
| HSL | 13.53º | 0.95% | 0.42% | - |
| HSV(B) | 13.53º | 0.98% | 0.82% | - |
| XYZ | 27.51 | 15.93 | 1.77 | - |
| YUV | 93 | 78.35 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 5 | 0 | 0.76 | 0.98 | 0.18 | 13.53 | 0.95 | 0.42 |
| Hex | D1 | 33 | 5 | 0 | 4C | 62 | 12 | E | 5F | 2A |
| Octal | 321 | 63 | 5 | 0 | 114 | 142 | 22 | 16 | 137 | 52 |
| Binary | 11010001 | 110011 | 101 | 0 | 1001100 | 1100010 | 10010 | 1110 | 1011111 | 101010 |
Color Harmonies of #D13305
Complementary color
Monochromatic Colors of #D13305
Black with #D13305
Text Example
Text Example
White with #D13305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13305; }
p { color: rgb(209,51,5); }
H1.HeaderClassName
{
color: #D13305;
}
.AnyTagClassName
{
color: #D13305;
}
</style>
background-color css
<style>
a { background-color: #D13305; }
a { background-color: rgb(209,51,5); }
div.DivClassName
{
background-color: #D13305;
}
.BgClassName
{
background-color: #D13305;
}
</style>
border-color css
<style>
span { border-color: #D13305; }
span { border-color: rgb(209,51,5); }
td.TdClassName
{
border-color: #D13305;
}
.TagClassName
{
border-color: #D13305;
}
</style>