Html Css Color HEX #D13215 Harley Davidson Orange
📋 copy color: '#D13215'red 209 ◦ green 50 ◦ blue 21
Shades of Harley Davidson Orange #D13215
Tints of Harley Davidson Orange #D13215
RGB
CMYK
RGB Variations
Color information
#D13215 (or 0xD13215) is known color: Harley Davidson Orange. HEX triplet: D1, 32 and 15. RGB value is (209,50,21). Sum of RGB (Red+Green+Blue) = 209+50+21=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D13215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13215 is #2ECDEA. Grayscale: #5E5E5E. Windows color (decimal): -3067371 or 1389265. OLE color: 1389265.
HSL color Cylindrical-coordinate representation of color #D13215: hue angle of 9.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D13215 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 21 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.18 |
| HSL | 9.26º | 0.82% | 0.45% | - |
| HSV(B) | 9.26º | 0.9% | 0.82% | - |
| XYZ | 27.57 | 15.89 | 2.32 | - |
| YUV | 94.24 | 86.68 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 21 | 0 | 0.76 | 0.90 | 0.18 | 9.26 | 0.82 | 0.45 |
| Hex | D1 | 32 | 15 | 0 | 4C | 5A | 12 | 9 | 52 | 2D |
| Octal | 321 | 62 | 25 | 0 | 114 | 132 | 22 | 11 | 122 | 55 |
| Binary | 11010001 | 110010 | 10101 | 0 | 1001100 | 1011010 | 10010 | 1001 | 1010010 | 101101 |
Color Harmonies of #D13215
Complementary color
Monochromatic Colors of #D13215
Black with #D13215
Text Example
Text Example
White with #D13215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13215; }
p { color: rgb(209,50,21); }
H1.HeaderClassName
{
color: #D13215;
}
.AnyTagClassName
{
color: #D13215;
}
</style>
background-color css
<style>
a { background-color: #D13215; }
a { background-color: rgb(209,50,21); }
div.DivClassName
{
background-color: #D13215;
}
.BgClassName
{
background-color: #D13215;
}
</style>
border-color css
<style>
span { border-color: #D13215; }
span { border-color: rgb(209,50,21); }
td.TdClassName
{
border-color: #D13215;
}
.TagClassName
{
border-color: #D13215;
}
</style>