Html Css Color HEX #D5281C Harley Davidson Orange
📋 copy color: '#D5281C'red 213 ◦ green 40 ◦ blue 28
Shades of Harley Davidson Orange #D5281C
Tints of Harley Davidson Orange #D5281C
RGB
CMYK
RGB Variations
Color information
#D5281C (or 0xD5281C) is known color: Harley Davidson Orange. HEX triplet: D5, 28 and 1C. RGB value is (213,40,28). Sum of RGB (Red+Green+Blue) = 213+40+28=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D5281C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5281C is #2AD7E3. Grayscale: #5A5A5A. Windows color (decimal): -2807780 or 1845461. OLE color: 1845461.
HSL color Cylindrical-coordinate representation of color #D5281C: hue angle of 3.89º 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 #D5281C is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 28 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.16 |
| HSL | 3.89º | 0.77% | 0.47% | - |
| HSV(B) | 3.89º | 0.87% | 0.84% | - |
| XYZ | 28.41 | 15.75 | 2.64 | - |
| YUV | 90.36 | 92.81 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 28 | 0 | 0.81 | 0.87 | 0.16 | 3.89 | 0.77 | 0.47 |
| Hex | D5 | 28 | 1C | 0 | 51 | 57 | 10 | 4 | 4D | 2F |
| Octal | 325 | 50 | 34 | 0 | 121 | 127 | 20 | 4 | 115 | 57 |
| Binary | 11010101 | 101000 | 11100 | 0 | 1010001 | 1010111 | 10000 | 100 | 1001101 | 101111 |
Color Harmonies of #D5281C
Complementary color
Monochromatic Colors of #D5281C
Black with #D5281C
Text Example
Text Example
White with #D5281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5281C; }
p { color: rgb(213,40,28); }
H1.HeaderClassName
{
color: #D5281C;
}
.AnyTagClassName
{
color: #D5281C;
}
</style>
background-color css
<style>
a { background-color: #D5281C; }
a { background-color: rgb(213,40,28); }
div.DivClassName
{
background-color: #D5281C;
}
.BgClassName
{
background-color: #D5281C;
}
</style>
border-color css
<style>
span { border-color: #D5281C; }
span { border-color: rgb(213,40,28); }
td.TdClassName
{
border-color: #D5281C;
}
.TagClassName
{
border-color: #D5281C;
}
</style>