Html Css Color HEX #D12700 Harley Davidson Orange
📋 copy color: '#D12700'red 209 ◦ green 39 ◦ blue 0
Shades of Harley Davidson Orange #D12700
Tints of Harley Davidson Orange #D12700
RGB
CMYK
RGB Variations
Color information
#D12700 (or 0xD12700) is known color: Harley Davidson Orange. HEX triplet: D1, 27 and 00. RGB value is (209,39,0). Sum of RGB (Red+Green+Blue) = 209+39+0=248 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.27% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 209 - color contains mainly: red. Hex color #D12700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12700 is #2ED8FF. Grayscale: #555555. Windows color (decimal): -3070208 or 10193. OLE color: 10193.
HSL color Cylindrical-coordinate representation of color #D12700: hue angle of 11.2º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D12700 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.18 |
| HSL | 11.2º | 1% | 0.41% | - |
| HSV(B) | 11.2º | 1% | 0.82% | - |
| XYZ | 27.02 | 15.01 | 1.47 | - |
| YUV | 85.38 | 79.82 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 0 | 0 | 0.81 | 1 | 0.18 | 11.2 | 1 | 0.41 |
| Hex | D1 | 27 | 0 | 0 | 51 | 64 | 12 | B | 64 | 29 |
| Octal | 321 | 47 | 0 | 0 | 121 | 144 | 22 | 13 | 144 | 51 |
| Binary | 11010001 | 100111 | 0 | 0 | 1010001 | 1100100 | 10010 | 1011 | 1100100 | 101001 |
Color Harmonies of #D12700
Complementary color
Monochromatic Colors of #D12700
Black with #D12700
Text Example
Text Example
White with #D12700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12700; }
p { color: rgb(209,39,0); }
H1.HeaderClassName
{
color: #D12700;
}
.AnyTagClassName
{
color: #D12700;
}
</style>
background-color css
<style>
a { background-color: #D12700; }
a { background-color: rgb(209,39,0); }
div.DivClassName
{
background-color: #D12700;
}
.BgClassName
{
background-color: #D12700;
}
</style>
border-color css
<style>
span { border-color: #D12700; }
span { border-color: rgb(209,39,0); }
td.TdClassName
{
border-color: #D12700;
}
.TagClassName
{
border-color: #D12700;
}
</style>