Html Css Color HEX #D61C12 Harley Davidson Orange
📋 copy color: '#D61C12'red 214 ◦ green 28 ◦ blue 18
Shades of Harley Davidson Orange #D61C12
Tints of Harley Davidson Orange #D61C12
RGB
CMYK
RGB Variations
Color information
#D61C12 (or 0xD61C12) is known color: Harley Davidson Orange. HEX triplet: D6, 1C and 12. RGB value is (214,28,18). Sum of RGB (Red+Green+Blue) = 214+28+18=260 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.31% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61C12 is #29E3ED. Grayscale: #525252. Windows color (decimal): -2745326 or 1187030. OLE color: 1187030.
HSL color Cylindrical-coordinate representation of color #D61C12: hue angle of 3.06º 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 #D61C12 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 18 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.16 |
| HSL | 3.06º | 0.84% | 0.45% | - |
| HSV(B) | 3.06º | 0.92% | 0.84% | - |
| XYZ | 28.26 | 15.17 | 2.01 | - |
| YUV | 82.47 | 91.62 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 18 | 0 | 0.87 | 0.92 | 0.16 | 3.06 | 0.84 | 0.45 |
| Hex | D6 | 1C | 12 | 0 | 57 | 5C | 10 | 3 | 54 | 2D |
| Octal | 326 | 34 | 22 | 0 | 127 | 134 | 20 | 3 | 124 | 55 |
| Binary | 11010110 | 11100 | 10010 | 0 | 1010111 | 1011100 | 10000 | 11 | 1010100 | 101101 |
Color Harmonies of #D61C12
Complementary color
Monochromatic Colors of #D61C12
Black with #D61C12
Text Example
Text Example
White with #D61C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61C12; }
p { color: rgb(214,28,18); }
H1.HeaderClassName
{
color: #D61C12;
}
.AnyTagClassName
{
color: #D61C12;
}
</style>
background-color css
<style>
a { background-color: #D61C12; }
a { background-color: rgb(214,28,18); }
div.DivClassName
{
background-color: #D61C12;
}
.BgClassName
{
background-color: #D61C12;
}
</style>
border-color css
<style>
span { border-color: #D61C12; }
span { border-color: rgb(214,28,18); }
td.TdClassName
{
border-color: #D61C12;
}
.TagClassName
{
border-color: #D61C12;
}
</style>