Html Css Color HEX #D51614 Harley Davidson Orange
📋 copy color: '#D51614'red 213 ◦ green 22 ◦ blue 20
Shades of Harley Davidson Orange #D51614
Tints of Harley Davidson Orange #D51614
RGB
CMYK
RGB Variations
Color information
#D51614 (or 0xD51614) is known color: Harley Davidson Orange. HEX triplet: D5, 16 and 14. RGB value is (213,22,20). Sum of RGB (Red+Green+Blue) = 213+22+20=255 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.53% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 213 - color contains mainly: red. Hex color #D51614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51614 is #2AE9EB. Grayscale: #4F4F4F. Windows color (decimal): -2812396 or 1316565. OLE color: 1316565.
HSL color Cylindrical-coordinate representation of color #D51614: hue angle of 0.62º degrees, saturation: 0.83, 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 #D51614 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 20 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.16 |
| HSL | 0.62º | 0.83% | 0.46% | - |
| HSV(B) | 0.62º | 0.91% | 0.84% | - |
| XYZ | 27.85 | 14.77 | 2.04 | - |
| YUV | 78.88 | 94.78 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 20 | 0 | 0.90 | 0.91 | 0.16 | 0.62 | 0.83 | 0.46 |
| Hex | D5 | 16 | 14 | 0 | 5A | 5B | 10 | 1 | 53 | 2E |
| Octal | 325 | 26 | 24 | 0 | 132 | 133 | 20 | 1 | 123 | 56 |
| Binary | 11010101 | 10110 | 10100 | 0 | 1011010 | 1011011 | 10000 | 1 | 1010011 | 101110 |
Color Harmonies of #D51614
Complementary color
Monochromatic Colors of #D51614
Black with #D51614
Text Example
Text Example
White with #D51614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51614; }
p { color: rgb(213,22,20); }
H1.HeaderClassName
{
color: #D51614;
}
.AnyTagClassName
{
color: #D51614;
}
</style>
background-color css
<style>
a { background-color: #D51614; }
a { background-color: rgb(213,22,20); }
div.DivClassName
{
background-color: #D51614;
}
.BgClassName
{
background-color: #D51614;
}
</style>
border-color css
<style>
span { border-color: #D51614; }
span { border-color: rgb(213,22,20); }
td.TdClassName
{
border-color: #D51614;
}
.TagClassName
{
border-color: #D51614;
}
</style>