Html Css Color HEX #D12A1C Harley Davidson Orange
📋 copy color: '#D12A1C'red 209 ◦ green 42 ◦ blue 28
Shades of Harley Davidson Orange #D12A1C
Tints of Harley Davidson Orange #D12A1C
RGB
CMYK
RGB Variations
Color information
#D12A1C (or 0xD12A1C) is known color: Harley Davidson Orange. HEX triplet: D1, 2A and 1C. RGB value is (209,42,28). Sum of RGB (Red+Green+Blue) = 209+42+28=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12A1C is #2ED5E3. Grayscale: #5A5A5A. Windows color (decimal): -3069412 or 1845969. OLE color: 1845969.
HSL color Cylindrical-coordinate representation of color #D12A1C: hue angle of 4.64º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D12A1C is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 42 | 28 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.18 |
| HSL | 4.64º | 0.76% | 0.46% | - |
| HSV(B) | 4.64º | 0.87% | 0.82% | - |
| XYZ | 27.33 | 15.3 | 2.61 | - |
| YUV | 90.34 | 92.83 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 28 | 0 | 0.80 | 0.87 | 0.18 | 4.64 | 0.76 | 0.46 |
| Hex | D1 | 2A | 1C | 0 | 50 | 57 | 12 | 5 | 4C | 2E |
| Octal | 321 | 52 | 34 | 0 | 120 | 127 | 22 | 5 | 114 | 56 |
| Binary | 11010001 | 101010 | 11100 | 0 | 1010000 | 1010111 | 10010 | 101 | 1001100 | 101110 |
Color Harmonies of #D12A1C
Complementary color
Monochromatic Colors of #D12A1C
Black with #D12A1C
Text Example
Text Example
White with #D12A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12A1C; }
p { color: rgb(209,42,28); }
H1.HeaderClassName
{
color: #D12A1C;
}
.AnyTagClassName
{
color: #D12A1C;
}
</style>
background-color css
<style>
a { background-color: #D12A1C; }
a { background-color: rgb(209,42,28); }
div.DivClassName
{
background-color: #D12A1C;
}
.BgClassName
{
background-color: #D12A1C;
}
</style>
border-color css
<style>
span { border-color: #D12A1C; }
span { border-color: rgb(209,42,28); }
td.TdClassName
{
border-color: #D12A1C;
}
.TagClassName
{
border-color: #D12A1C;
}
</style>