Html Css Color HEX #D12A1B Harley Davidson Orange
📋 copy color: '#D12A1B'red 209 ◦ green 42 ◦ blue 27
Shades of Harley Davidson Orange #D12A1B
Tints of Harley Davidson Orange #D12A1B
RGB
CMYK
RGB Variations
Color information
#D12A1B (or 0xD12A1B) is known color: Harley Davidson Orange. HEX triplet: D1, 2A and 1B. RGB value is (209,42,27). Sum of RGB (Red+Green+Blue) = 209+42+27=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12A1B is #2ED5E4. Grayscale: #5A5A5A. Windows color (decimal): -3069413 or 1780433. OLE color: 1780433.
HSL color Cylindrical-coordinate representation of color #D12A1B: hue angle of 4.95º degrees, saturation: 0.77, 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 #D12A1B is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 42 | 27 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.18 |
| HSL | 4.95º | 0.77% | 0.46% | - |
| HSV(B) | 4.95º | 0.87% | 0.82% | - |
| XYZ | 27.32 | 15.29 | 2.55 | - |
| YUV | 90.22 | 92.33 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 27 | 0 | 0.80 | 0.87 | 0.18 | 4.95 | 0.77 | 0.46 |
| Hex | D1 | 2A | 1B | 0 | 50 | 57 | 12 | 5 | 4D | 2E |
| Octal | 321 | 52 | 33 | 0 | 120 | 127 | 22 | 5 | 115 | 56 |
| Binary | 11010001 | 101010 | 11011 | 0 | 1010000 | 1010111 | 10010 | 101 | 1001101 | 101110 |
Color Harmonies of #D12A1B
Complementary color
Monochromatic Colors of #D12A1B
Black with #D12A1B
Text Example
Text Example
White with #D12A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12A1B; }
p { color: rgb(209,42,27); }
H1.HeaderClassName
{
color: #D12A1B;
}
.AnyTagClassName
{
color: #D12A1B;
}
</style>
background-color css
<style>
a { background-color: #D12A1B; }
a { background-color: rgb(209,42,27); }
div.DivClassName
{
background-color: #D12A1B;
}
.BgClassName
{
background-color: #D12A1B;
}
</style>
border-color css
<style>
span { border-color: #D12A1B; }
span { border-color: rgb(209,42,27); }
td.TdClassName
{
border-color: #D12A1B;
}
.TagClassName
{
border-color: #D12A1B;
}
</style>