Html Css Color HEX #D61915 Harley Davidson Orange
📋 copy color: '#D61915'red 214 ◦ green 25 ◦ blue 21
Shades of Harley Davidson Orange #D61915
Tints of Harley Davidson Orange #D61915
RGB
CMYK
RGB Variations
Color information
#D61915 (or 0xD61915) is known color: Harley Davidson Orange. HEX triplet: D6, 19 and 15. RGB value is (214,25,21). Sum of RGB (Red+Green+Blue) = 214+25+21=260 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.31% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 214 - color contains mainly: red. Hex color #D61915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61915 is #29E6EA. Grayscale: #515151. Windows color (decimal): -2746091 or 1382870. OLE color: 1382870.
HSL color Cylindrical-coordinate representation of color #D61915: hue angle of 1.24º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61915 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 21 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.16 |
| HSL | 1.24º | 0.82% | 0.46% | - |
| HSV(B) | 1.24º | 0.9% | 0.84% | - |
| XYZ | 28.21 | 15.05 | 2.13 | - |
| YUV | 81.06 | 94.12 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 21 | 0 | 0.88 | 0.90 | 0.16 | 1.24 | 0.82 | 0.46 |
| Hex | D6 | 19 | 15 | 0 | 58 | 5A | 10 | 1 | 52 | 2E |
| Octal | 326 | 31 | 25 | 0 | 130 | 132 | 20 | 1 | 122 | 56 |
| Binary | 11010110 | 11001 | 10101 | 0 | 1011000 | 1011010 | 10000 | 1 | 1010010 | 101110 |
Color Harmonies of #D61915
Complementary color
Monochromatic Colors of #D61915
Black with #D61915
Text Example
Text Example
White with #D61915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61915; }
p { color: rgb(214,25,21); }
H1.HeaderClassName
{
color: #D61915;
}
.AnyTagClassName
{
color: #D61915;
}
</style>
background-color css
<style>
a { background-color: #D61915; }
a { background-color: rgb(214,25,21); }
div.DivClassName
{
background-color: #D61915;
}
.BgClassName
{
background-color: #D61915;
}
</style>
border-color css
<style>
span { border-color: #D61915; }
span { border-color: rgb(214,25,21); }
td.TdClassName
{
border-color: #D61915;
}
.TagClassName
{
border-color: #D61915;
}
</style>