Html Css Color HEX #D13812 Harley Davidson Orange
📋 copy color: '#D13812'red 209 ◦ green 56 ◦ blue 18
Shades of Harley Davidson Orange #D13812
Tints of Harley Davidson Orange #D13812
RGB
CMYK
RGB Variations
Color information
#D13812 (or 0xD13812) is known color: Harley Davidson Orange. HEX triplet: D1, 38 and 12. RGB value is (209,56,18). Sum of RGB (Red+Green+Blue) = 209+56+18=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D13812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13812 is #2EC7ED. Grayscale: #616161. Windows color (decimal): -3065838 or 1194193. OLE color: 1194193.
HSL color Cylindrical-coordinate representation of color #D13812: hue angle of 11.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D13812 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 18 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.18 |
| HSL | 11.94º | 0.84% | 0.45% | - |
| HSV(B) | 11.94º | 0.91% | 0.82% | - |
| XYZ | 27.82 | 16.43 | 2.28 | - |
| YUV | 97.42 | 83.19 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 18 | 0 | 0.73 | 0.91 | 0.18 | 11.94 | 0.84 | 0.45 |
| Hex | D1 | 38 | 12 | 0 | 49 | 5B | 12 | C | 54 | 2D |
| Octal | 321 | 70 | 22 | 0 | 111 | 133 | 22 | 14 | 124 | 55 |
| Binary | 11010001 | 111000 | 10010 | 0 | 1001001 | 1011011 | 10010 | 1100 | 1010100 | 101101 |
Color Harmonies of #D13812
Complementary color
Monochromatic Colors of #D13812
Black with #D13812
Text Example
Text Example
White with #D13812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13812; }
p { color: rgb(209,56,18); }
H1.HeaderClassName
{
color: #D13812;
}
.AnyTagClassName
{
color: #D13812;
}
</style>
background-color css
<style>
a { background-color: #D13812; }
a { background-color: rgb(209,56,18); }
div.DivClassName
{
background-color: #D13812;
}
.BgClassName
{
background-color: #D13812;
}
</style>
border-color css
<style>
span { border-color: #D13812; }
span { border-color: rgb(209,56,18); }
td.TdClassName
{
border-color: #D13812;
}
.TagClassName
{
border-color: #D13812;
}
</style>