Html Css Color HEX #D12C03 Harley Davidson Orange
📋 copy color: '#D12C03'red 209 ◦ green 44 ◦ blue 3
Shades of Harley Davidson Orange #D12C03
Tints of Harley Davidson Orange #D12C03
RGB
CMYK
RGB Variations
Color information
#D12C03 (or 0xD12C03) is known color: Harley Davidson Orange. HEX triplet: D1, 2C and 03. RGB value is (209,44,3). Sum of RGB (Red+Green+Blue) = 209+44+3=256 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.64% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12C03 is #2ED3FC. Grayscale: #585858. Windows color (decimal): -3068925 or 208081. OLE color: 208081.
HSL color Cylindrical-coordinate representation of color #D12C03: hue angle of 11.94º 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 #D12C03 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 44 | 3 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.18 |
| HSL | 11.94º | 0.97% | 0.42% | - |
| HSV(B) | 11.94º | 0.99% | 0.82% | - |
| XYZ | 27.21 | 15.36 | 1.62 | - |
| YUV | 88.66 | 79.66 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 3 | 0 | 0.79 | 0.99 | 0.18 | 11.94 | 0.97 | 0.42 |
| Hex | D1 | 2C | 3 | 0 | 4F | 63 | 12 | C | 61 | 2A |
| Octal | 321 | 54 | 3 | 0 | 117 | 143 | 22 | 14 | 141 | 52 |
| Binary | 11010001 | 101100 | 11 | 0 | 1001111 | 1100011 | 10010 | 1100 | 1100001 | 101010 |
Color Harmonies of #D12C03
Complementary color
Monochromatic Colors of #D12C03
Black with #D12C03
Text Example
Text Example
White with #D12C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12C03; }
p { color: rgb(209,44,3); }
H1.HeaderClassName
{
color: #D12C03;
}
.AnyTagClassName
{
color: #D12C03;
}
</style>
background-color css
<style>
a { background-color: #D12C03; }
a { background-color: rgb(209,44,3); }
div.DivClassName
{
background-color: #D12C03;
}
.BgClassName
{
background-color: #D12C03;
}
</style>
border-color css
<style>
span { border-color: #D12C03; }
span { border-color: rgb(209,44,3); }
td.TdClassName
{
border-color: #D12C03;
}
.TagClassName
{
border-color: #D12C03;
}
</style>