Html Css Color HEX #D12F1D Harley Davidson Orange
📋 copy color: '#D12F1D'red 209 ◦ green 47 ◦ blue 29
Shades of Harley Davidson Orange #D12F1D
Tints of Harley Davidson Orange #D12F1D
RGB
CMYK
RGB Variations
Color information
#D12F1D (or 0xD12F1D) is known color: Harley Davidson Orange. HEX triplet: D1, 2F and 1D. RGB value is (209,47,29). Sum of RGB (Red+Green+Blue) = 209+47+29=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12F1D is #2ED0E2. Grayscale: #5D5D5D. Windows color (decimal): -3068131 or 1912785. OLE color: 1912785.
HSL color Cylindrical-coordinate representation of color #D12F1D: hue angle of 6º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D12F1D is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 29 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.18 |
| HSL | 6º | 0.76% | 0.47% | - |
| HSV(B) | 6º | 0.86% | 0.82% | - |
| XYZ | 27.53 | 15.68 | 2.74 | - |
| YUV | 93.39 | 91.67 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 29 | 0 | 0.78 | 0.86 | 0.18 | 6 | 0.76 | 0.47 |
| Hex | D1 | 2F | 1D | 0 | 4E | 56 | 12 | 6 | 4C | 2F |
| Octal | 321 | 57 | 35 | 0 | 116 | 126 | 22 | 6 | 114 | 57 |
| Binary | 11010001 | 101111 | 11101 | 0 | 1001110 | 1010110 | 10010 | 110 | 1001100 | 101111 |
Color Harmonies of #D12F1D
Complementary color
Monochromatic Colors of #D12F1D
Black with #D12F1D
Text Example
Text Example
White with #D12F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12F1D; }
p { color: rgb(209,47,29); }
H1.HeaderClassName
{
color: #D12F1D;
}
.AnyTagClassName
{
color: #D12F1D;
}
</style>
background-color css
<style>
a { background-color: #D12F1D; }
a { background-color: rgb(209,47,29); }
div.DivClassName
{
background-color: #D12F1D;
}
.BgClassName
{
background-color: #D12F1D;
}
</style>
border-color css
<style>
span { border-color: #D12F1D; }
span { border-color: rgb(209,47,29); }
td.TdClassName
{
border-color: #D12F1D;
}
.TagClassName
{
border-color: #D12F1D;
}
</style>