Html Css Color HEX #D13712 Harley Davidson Orange
📋 copy color: '#D13712'red 209 ◦ green 55 ◦ blue 18
Shades of Harley Davidson Orange #D13712
Tints of Harley Davidson Orange #D13712
RGB
CMYK
RGB Variations
Color information
#D13712 (or 0xD13712) is known color: Harley Davidson Orange. HEX triplet: D1, 37 and 12. RGB value is (209,55,18). Sum of RGB (Red+Green+Blue) = 209+55+18=282 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.11% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 209 - color contains mainly: red. Hex color #D13712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13712 is #2EC8ED. Grayscale: #616161. Windows color (decimal): -3066094 or 1193937. OLE color: 1193937.
HSL color Cylindrical-coordinate representation of color #D13712: hue angle of 11.62º 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 #D13712 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 18 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.18 |
| HSL | 11.62º | 0.84% | 0.45% | - |
| HSV(B) | 11.62º | 0.91% | 0.82% | - |
| XYZ | 27.77 | 16.33 | 2.26 | - |
| YUV | 96.83 | 83.52 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 18 | 0 | 0.74 | 0.91 | 0.18 | 11.62 | 0.84 | 0.45 |
| Hex | D1 | 37 | 12 | 0 | 4A | 5B | 12 | C | 54 | 2D |
| Octal | 321 | 67 | 22 | 0 | 112 | 133 | 22 | 14 | 124 | 55 |
| Binary | 11010001 | 110111 | 10010 | 0 | 1001010 | 1011011 | 10010 | 1100 | 1010100 | 101101 |
Color Harmonies of #D13712
Complementary color
Monochromatic Colors of #D13712
Black with #D13712
Text Example
Text Example
White with #D13712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13712; }
p { color: rgb(209,55,18); }
H1.HeaderClassName
{
color: #D13712;
}
.AnyTagClassName
{
color: #D13712;
}
</style>
background-color css
<style>
a { background-color: #D13712; }
a { background-color: rgb(209,55,18); }
div.DivClassName
{
background-color: #D13712;
}
.BgClassName
{
background-color: #D13712;
}
</style>
border-color css
<style>
span { border-color: #D13712; }
span { border-color: rgb(209,55,18); }
td.TdClassName
{
border-color: #D13712;
}
.TagClassName
{
border-color: #D13712;
}
</style>