Html Css Color HEX #D61A12 Harley Davidson Orange
📋 copy color: '#D61A12'red 214 ◦ green 26 ◦ blue 18
Shades of Harley Davidson Orange #D61A12
Tints of Harley Davidson Orange #D61A12
RGB
CMYK
RGB Variations
Color information
#D61A12 (or 0xD61A12) is known color: Harley Davidson Orange. HEX triplet: D6, 1A and 12. RGB value is (214,26,18). Sum of RGB (Red+Green+Blue) = 214+26+18=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61A12 is #29E5ED. Grayscale: #515151. Windows color (decimal): -2745838 or 1186518. OLE color: 1186518.
HSL color Cylindrical-coordinate representation of color #D61A12: hue angle of 2.45º 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 #D61A12 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 26 | 18 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.16 |
| HSL | 2.45º | 0.84% | 0.45% | - |
| HSV(B) | 2.45º | 0.92% | 0.84% | - |
| XYZ | 28.21 | 15.08 | 2 | - |
| YUV | 81.3 | 92.28 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 26 | 18 | 0 | 0.88 | 0.92 | 0.16 | 2.45 | 0.84 | 0.45 |
| Hex | D6 | 1A | 12 | 0 | 58 | 5C | 10 | 2 | 54 | 2D |
| Octal | 326 | 32 | 22 | 0 | 130 | 134 | 20 | 2 | 124 | 55 |
| Binary | 11010110 | 11010 | 10010 | 0 | 1011000 | 1011100 | 10000 | 10 | 1010100 | 101101 |
Color Harmonies of #D61A12
Complementary color
Monochromatic Colors of #D61A12
Black with #D61A12
Text Example
Text Example
White with #D61A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61A12; }
p { color: rgb(214,26,18); }
H1.HeaderClassName
{
color: #D61A12;
}
.AnyTagClassName
{
color: #D61A12;
}
</style>
background-color css
<style>
a { background-color: #D61A12; }
a { background-color: rgb(214,26,18); }
div.DivClassName
{
background-color: #D61A12;
}
.BgClassName
{
background-color: #D61A12;
}
</style>
border-color css
<style>
span { border-color: #D61A12; }
span { border-color: rgb(214,26,18); }
td.TdClassName
{
border-color: #D61A12;
}
.TagClassName
{
border-color: #D61A12;
}
</style>