Html Css Color HEX #D51D12 Harley Davidson Orange
📋 copy color: '#D51D12'red 213 ◦ green 29 ◦ blue 18
Shades of Harley Davidson Orange #D51D12
Tints of Harley Davidson Orange #D51D12
RGB
CMYK
RGB Variations
Color information
#D51D12 (or 0xD51D12) is known color: Harley Davidson Orange. HEX triplet: D5, 1D and 12. RGB value is (213,29,18). Sum of RGB (Red+Green+Blue) = 213+29+18=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D51D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D51D12 is #2AE2ED. Grayscale: #525252. Windows color (decimal): -2810606 or 1187285. OLE color: 1187285.
HSL color Cylindrical-coordinate representation of color #D51D12: hue angle of 3.38º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51D12 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 29 | 18 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.16 |
| HSL | 3.38º | 0.84% | 0.45% | - |
| HSV(B) | 3.38º | 0.92% | 0.84% | - |
| XYZ | 27.99 | 15.07 | 2.01 | - |
| YUV | 82.76 | 91.46 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 18 | 0 | 0.86 | 0.92 | 0.16 | 3.38 | 0.84 | 0.45 |
| Hex | D5 | 1D | 12 | 0 | 56 | 5C | 10 | 3 | 54 | 2D |
| Octal | 325 | 35 | 22 | 0 | 126 | 134 | 20 | 3 | 124 | 55 |
| Binary | 11010101 | 11101 | 10010 | 0 | 1010110 | 1011100 | 10000 | 11 | 1010100 | 101101 |
Color Harmonies of #D51D12
Complementary color
Monochromatic Colors of #D51D12
Black with #D51D12
Text Example
Text Example
White with #D51D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51D12; }
p { color: rgb(213,29,18); }
H1.HeaderClassName
{
color: #D51D12;
}
.AnyTagClassName
{
color: #D51D12;
}
</style>
background-color css
<style>
a { background-color: #D51D12; }
a { background-color: rgb(213,29,18); }
div.DivClassName
{
background-color: #D51D12;
}
.BgClassName
{
background-color: #D51D12;
}
</style>
border-color css
<style>
span { border-color: #D51D12; }
span { border-color: rgb(213,29,18); }
td.TdClassName
{
border-color: #D51D12;
}
.TagClassName
{
border-color: #D51D12;
}
</style>