Html Css Color HEX #D13915 Harley Davidson Orange
📋 copy color: '#D13915'red 209 ◦ green 57 ◦ blue 21
Shades of Harley Davidson Orange #D13915
Tints of Harley Davidson Orange #D13915
RGB
CMYK
RGB Variations
Color information
#D13915 (or 0xD13915) is known color: Harley Davidson Orange. HEX triplet: D1, 39 and 15. RGB value is (209,57,21). Sum of RGB (Red+Green+Blue) = 209+57+21=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D13915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13915 is #2EC6EA. Grayscale: #626262. Windows color (decimal): -3065579 or 1391057. OLE color: 1391057.
HSL color Cylindrical-coordinate representation of color #D13915: hue angle of 11.49º 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 #D13915 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 21 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.18 |
| HSL | 11.49º | 0.82% | 0.45% | - |
| HSV(B) | 11.49º | 0.9% | 0.82% | - |
| XYZ | 27.89 | 16.54 | 2.43 | - |
| YUV | 98.34 | 84.36 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 21 | 0 | 0.73 | 0.90 | 0.18 | 11.49 | 0.82 | 0.45 |
| Hex | D1 | 39 | 15 | 0 | 49 | 5A | 12 | B | 52 | 2D |
| Octal | 321 | 71 | 25 | 0 | 111 | 132 | 22 | 13 | 122 | 55 |
| Binary | 11010001 | 111001 | 10101 | 0 | 1001001 | 1011010 | 10010 | 1011 | 1010010 | 101101 |
Color Harmonies of #D13915
Complementary color
Monochromatic Colors of #D13915
Black with #D13915
Text Example
Text Example
White with #D13915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13915; }
p { color: rgb(209,57,21); }
H1.HeaderClassName
{
color: #D13915;
}
.AnyTagClassName
{
color: #D13915;
}
</style>
background-color css
<style>
a { background-color: #D13915; }
a { background-color: rgb(209,57,21); }
div.DivClassName
{
background-color: #D13915;
}
.BgClassName
{
background-color: #D13915;
}
</style>
border-color css
<style>
span { border-color: #D13915; }
span { border-color: rgb(209,57,21); }
td.TdClassName
{
border-color: #D13915;
}
.TagClassName
{
border-color: #D13915;
}
</style>