Html Css Color HEX #D1350F Harley Davidson Orange
📋 copy color: '#D1350F'red 209 ◦ green 53 ◦ blue 15
Shades of Harley Davidson Orange #D1350F
Tints of Harley Davidson Orange #D1350F
RGB
CMYK
RGB Variations
Color information
#D1350F (or 0xD1350F) is known color: Harley Davidson Orange. HEX triplet: D1, 35 and 0F. RGB value is (209,53,15). Sum of RGB (Red+Green+Blue) = 209+53+15=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D1350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1350F is #2ECAF0. Grayscale: #5F5F5F. Windows color (decimal): -3066609 or 996817. OLE color: 996817.
HSL color Cylindrical-coordinate representation of color #D1350F: hue angle of 11.75º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1350F is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 15 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.18 |
| HSL | 11.75º | 0.87% | 0.44% | - |
| HSV(B) | 11.75º | 0.93% | 0.82% | - |
| XYZ | 27.65 | 16.14 | 2.11 | - |
| YUV | 95.31 | 82.68 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 15 | 0 | 0.75 | 0.93 | 0.18 | 11.75 | 0.87 | 0.44 |
| Hex | D1 | 35 | F | 0 | 4B | 5D | 12 | C | 57 | 2C |
| Octal | 321 | 65 | 17 | 0 | 113 | 135 | 22 | 14 | 127 | 54 |
| Binary | 11010001 | 110101 | 1111 | 0 | 1001011 | 1011101 | 10010 | 1100 | 1010111 | 101100 |
Color Harmonies of #D1350F
Complementary color
Monochromatic Colors of #D1350F
Black with #D1350F
Text Example
Text Example
White with #D1350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1350F; }
p { color: rgb(209,53,15); }
H1.HeaderClassName
{
color: #D1350F;
}
.AnyTagClassName
{
color: #D1350F;
}
</style>
background-color css
<style>
a { background-color: #D1350F; }
a { background-color: rgb(209,53,15); }
div.DivClassName
{
background-color: #D1350F;
}
.BgClassName
{
background-color: #D1350F;
}
</style>
border-color css
<style>
span { border-color: #D1350F; }
span { border-color: rgb(209,53,15); }
td.TdClassName
{
border-color: #D1350F;
}
.TagClassName
{
border-color: #D1350F;
}
</style>