Html Css Color HEX #D5281B Harley Davidson Orange
📋 copy color: '#D5281B'red 213 ◦ green 40 ◦ blue 27
Shades of Harley Davidson Orange #D5281B
Tints of Harley Davidson Orange #D5281B
RGB
CMYK
RGB Variations
Color information
#D5281B (or 0xD5281B) is known color: Harley Davidson Orange. HEX triplet: D5, 28 and 1B. RGB value is (213,40,27). Sum of RGB (Red+Green+Blue) = 213+40+27=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D5281B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5281B is #2AD7E4. Grayscale: #5A5A5A. Windows color (decimal): -2807781 or 1779925. OLE color: 1779925.
HSL color Cylindrical-coordinate representation of color #D5281B: hue angle of 4.19º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5281B is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 27 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.16 |
| HSL | 4.19º | 0.78% | 0.47% | - |
| HSV(B) | 4.19º | 0.87% | 0.84% | - |
| XYZ | 28.4 | 15.74 | 2.58 | - |
| YUV | 90.25 | 92.31 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 27 | 0 | 0.81 | 0.87 | 0.16 | 4.19 | 0.78 | 0.47 |
| Hex | D5 | 28 | 1B | 0 | 51 | 57 | 10 | 4 | 4E | 2F |
| Octal | 325 | 50 | 33 | 0 | 121 | 127 | 20 | 4 | 116 | 57 |
| Binary | 11010101 | 101000 | 11011 | 0 | 1010001 | 1010111 | 10000 | 100 | 1001110 | 101111 |
Color Harmonies of #D5281B
Complementary color
Monochromatic Colors of #D5281B
Black with #D5281B
Text Example
Text Example
White with #D5281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5281B; }
p { color: rgb(213,40,27); }
H1.HeaderClassName
{
color: #D5281B;
}
.AnyTagClassName
{
color: #D5281B;
}
</style>
background-color css
<style>
a { background-color: #D5281B; }
a { background-color: rgb(213,40,27); }
div.DivClassName
{
background-color: #D5281B;
}
.BgClassName
{
background-color: #D5281B;
}
</style>
border-color css
<style>
span { border-color: #D5281B; }
span { border-color: rgb(213,40,27); }
td.TdClassName
{
border-color: #D5281B;
}
.TagClassName
{
border-color: #D5281B;
}
</style>