Html Css Color HEX #D5280A Harley Davidson Orange
📋 copy color: '#D5280A'red 213 ◦ green 40 ◦ blue 10
Shades of Harley Davidson Orange #D5280A
Tints of Harley Davidson Orange #D5280A
RGB
CMYK
RGB Variations
Color information
#D5280A (or 0xD5280A) is known color: Harley Davidson Orange. HEX triplet: D5, 28 and 0A. RGB value is (213,40,10). Sum of RGB (Red+Green+Blue) = 213+40+10=263 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.99% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 213 - color contains mainly: red. Hex color #D5280A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5280A is #2AD7F5. Grayscale: #585858. Windows color (decimal): -2807798 or 665813. OLE color: 665813.
HSL color Cylindrical-coordinate representation of color #D5280A: hue angle of 8.87º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5280A is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 10 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.16 |
| HSL | 8.87º | 0.91% | 0.44% | - |
| HSV(B) | 8.87º | 0.95% | 0.84% | - |
| XYZ | 28.25 | 15.69 | 1.83 | - |
| YUV | 88.31 | 83.81 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 10 | 0 | 0.81 | 0.95 | 0.16 | 8.87 | 0.91 | 0.44 |
| Hex | D5 | 28 | A | 0 | 51 | 5F | 10 | 9 | 5B | 2C |
| Octal | 325 | 50 | 12 | 0 | 121 | 137 | 20 | 11 | 133 | 54 |
| Binary | 11010101 | 101000 | 1010 | 0 | 1010001 | 1011111 | 10000 | 1001 | 1011011 | 101100 |
Color Harmonies of #D5280A
Complementary color
Monochromatic Colors of #D5280A
Black with #D5280A
Text Example
Text Example
White with #D5280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5280A; }
p { color: rgb(213,40,10); }
H1.HeaderClassName
{
color: #D5280A;
}
.AnyTagClassName
{
color: #D5280A;
}
</style>
background-color css
<style>
a { background-color: #D5280A; }
a { background-color: rgb(213,40,10); }
div.DivClassName
{
background-color: #D5280A;
}
.BgClassName
{
background-color: #D5280A;
}
</style>
border-color css
<style>
span { border-color: #D5280A; }
span { border-color: rgb(213,40,10); }
td.TdClassName
{
border-color: #D5280A;
}
.TagClassName
{
border-color: #D5280A;
}
</style>