Html Css Color HEX #D61613 Harley Davidson Orange
📋 copy color: '#D61613'red 214 ◦ green 22 ◦ blue 19
Shades of Harley Davidson Orange #D61613
Tints of Harley Davidson Orange #D61613
RGB
CMYK
RGB Variations
Color information
#D61613 (or 0xD61613) is known color: Harley Davidson Orange. HEX triplet: D6, 16 and 13. RGB value is (214,22,19). Sum of RGB (Red+Green+Blue) = 214+22+19=255 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.92% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 214 - color contains mainly: red. Hex color #D61613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61613 is #29E9EC. Grayscale: #4F4F4F. Windows color (decimal): -2746861 or 1251030. OLE color: 1251030.
HSL color Cylindrical-coordinate representation of color #D61613: hue angle of 0.92º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D61613 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 19 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.16 |
| HSL | 0.92º | 0.84% | 0.46% | - |
| HSV(B) | 0.92º | 0.91% | 0.84% | - |
| XYZ | 28.14 | 14.92 | 2.01 | - |
| YUV | 79.07 | 94.11 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 19 | 0 | 0.90 | 0.91 | 0.16 | 0.92 | 0.84 | 0.46 |
| Hex | D6 | 16 | 13 | 0 | 5A | 5B | 10 | 1 | 54 | 2E |
| Octal | 326 | 26 | 23 | 0 | 132 | 133 | 20 | 1 | 124 | 56 |
| Binary | 11010110 | 10110 | 10011 | 0 | 1011010 | 1011011 | 10000 | 1 | 1010100 | 101110 |
Color Harmonies of #D61613
Complementary color
Monochromatic Colors of #D61613
Black with #D61613
Text Example
Text Example
White with #D61613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61613; }
p { color: rgb(214,22,19); }
H1.HeaderClassName
{
color: #D61613;
}
.AnyTagClassName
{
color: #D61613;
}
</style>
background-color css
<style>
a { background-color: #D61613; }
a { background-color: rgb(214,22,19); }
div.DivClassName
{
background-color: #D61613;
}
.BgClassName
{
background-color: #D61613;
}
</style>
border-color css
<style>
span { border-color: #D61613; }
span { border-color: rgb(214,22,19); }
td.TdClassName
{
border-color: #D61613;
}
.TagClassName
{
border-color: #D61613;
}
</style>