Html Css Color HEX #D83C13 Harley Davidson Orange
📋 copy color: '#D83C13'red 216 ◦ green 60 ◦ blue 19
Shades of Harley Davidson Orange #D83C13
Tints of Harley Davidson Orange #D83C13
RGB
CMYK
RGB Variations
Color information
#D83C13 (or 0xD83C13) is known color: Harley Davidson Orange. HEX triplet: D8, 3C and 13. RGB value is (216,60,19). Sum of RGB (Red+Green+Blue) = 216+60+19=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83C13 is #27C3EC. Grayscale: #666666. Windows color (decimal): -2606061 or 1260760. OLE color: 1260760.
HSL color Cylindrical-coordinate representation of color #D83C13: hue angle of 12.49º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D83C13 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 19 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.15 |
| HSL | 12.49º | 0.84% | 0.46% | - |
| HSV(B) | 12.49º | 0.91% | 0.85% | - |
| XYZ | 30.05 | 17.88 | 2.48 | - |
| YUV | 101.97 | 81.18 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 19 | 0 | 0.72 | 0.91 | 0.15 | 12.49 | 0.84 | 0.46 |
| Hex | D8 | 3C | 13 | 0 | 48 | 5B | F | C | 54 | 2E |
| Octal | 330 | 74 | 23 | 0 | 110 | 133 | 17 | 14 | 124 | 56 |
| Binary | 11011000 | 111100 | 10011 | 0 | 1001000 | 1011011 | 1111 | 1100 | 1010100 | 101110 |
Color Harmonies of #D83C13
Complementary color
Monochromatic Colors of #D83C13
Black with #D83C13
Text Example
Text Example
White with #D83C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C13; }
p { color: rgb(216,60,19); }
H1.HeaderClassName
{
color: #D83C13;
}
.AnyTagClassName
{
color: #D83C13;
}
</style>
background-color css
<style>
a { background-color: #D83C13; }
a { background-color: rgb(216,60,19); }
div.DivClassName
{
background-color: #D83C13;
}
.BgClassName
{
background-color: #D83C13;
}
</style>
border-color css
<style>
span { border-color: #D83C13; }
span { border-color: rgb(216,60,19); }
td.TdClassName
{
border-color: #D83C13;
}
.TagClassName
{
border-color: #D83C13;
}
</style>