Html Css Color HEX #D12703 Harley Davidson Orange
📋 copy color: '#D12703'red 209 ◦ green 39 ◦ blue 3
Shades of Harley Davidson Orange #D12703
Tints of Harley Davidson Orange #D12703
RGB
CMYK
RGB Variations
Color information
#D12703 (or 0xD12703) is known color: Harley Davidson Orange. HEX triplet: D1, 27 and 03. RGB value is (209,39,3). Sum of RGB (Red+Green+Blue) = 209+39+3=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D12703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12703 is #2ED8FC. Grayscale: #565656. Windows color (decimal): -3070205 or 206801. OLE color: 206801.
HSL color Cylindrical-coordinate representation of color #D12703: hue angle of 10.49º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D12703 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 3 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.18 |
| HSL | 10.49º | 0.97% | 0.42% | - |
| HSV(B) | 10.49º | 0.99% | 0.82% | - |
| XYZ | 27.04 | 15.01 | 1.56 | - |
| YUV | 85.73 | 81.32 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 3 | 0 | 0.81 | 0.99 | 0.18 | 10.49 | 0.97 | 0.42 |
| Hex | D1 | 27 | 3 | 0 | 51 | 63 | 12 | A | 61 | 2A |
| Octal | 321 | 47 | 3 | 0 | 121 | 143 | 22 | 12 | 141 | 52 |
| Binary | 11010001 | 100111 | 11 | 0 | 1010001 | 1100011 | 10010 | 1010 | 1100001 | 101010 |
Color Harmonies of #D12703
Complementary color
Monochromatic Colors of #D12703
Black with #D12703
Text Example
Text Example
White with #D12703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12703; }
p { color: rgb(209,39,3); }
H1.HeaderClassName
{
color: #D12703;
}
.AnyTagClassName
{
color: #D12703;
}
</style>
background-color css
<style>
a { background-color: #D12703; }
a { background-color: rgb(209,39,3); }
div.DivClassName
{
background-color: #D12703;
}
.BgClassName
{
background-color: #D12703;
}
</style>
border-color css
<style>
span { border-color: #D12703; }
span { border-color: rgb(209,39,3); }
td.TdClassName
{
border-color: #D12703;
}
.TagClassName
{
border-color: #D12703;
}
</style>