Html Css Color HEX #D13614 Harley Davidson Orange
📋 copy color: '#D13614'red 209 ◦ green 54 ◦ blue 20
Shades of Harley Davidson Orange #D13614
Tints of Harley Davidson Orange #D13614
RGB
CMYK
RGB Variations
Color information
#D13614 (or 0xD13614) is known color: Harley Davidson Orange. HEX triplet: D1, 36 and 14. RGB value is (209,54,20). Sum of RGB (Red+Green+Blue) = 209+54+20=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D13614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13614 is #2EC9EB. Grayscale: #606060. Windows color (decimal): -3066348 or 1324753. OLE color: 1324753.
HSL color Cylindrical-coordinate representation of color #D13614: hue angle of 10.79º degrees, saturation: 0.83, 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 #D13614 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 20 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.18 |
| HSL | 10.79º | 0.83% | 0.45% | - |
| HSV(B) | 10.79º | 0.9% | 0.82% | - |
| XYZ | 27.74 | 16.24 | 2.34 | - |
| YUV | 96.47 | 84.85 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 20 | 0 | 0.74 | 0.90 | 0.18 | 10.79 | 0.83 | 0.45 |
| Hex | D1 | 36 | 14 | 0 | 4A | 5A | 12 | B | 53 | 2D |
| Octal | 321 | 66 | 24 | 0 | 112 | 132 | 22 | 13 | 123 | 55 |
| Binary | 11010001 | 110110 | 10100 | 0 | 1001010 | 1011010 | 10010 | 1011 | 1010011 | 101101 |
Color Harmonies of #D13614
Complementary color
Monochromatic Colors of #D13614
Black with #D13614
Text Example
Text Example
White with #D13614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13614; }
p { color: rgb(209,54,20); }
H1.HeaderClassName
{
color: #D13614;
}
.AnyTagClassName
{
color: #D13614;
}
</style>
background-color css
<style>
a { background-color: #D13614; }
a { background-color: rgb(209,54,20); }
div.DivClassName
{
background-color: #D13614;
}
.BgClassName
{
background-color: #D13614;
}
</style>
border-color css
<style>
span { border-color: #D13614; }
span { border-color: rgb(209,54,20); }
td.TdClassName
{
border-color: #D13614;
}
.TagClassName
{
border-color: #D13614;
}
</style>