Html Css Color HEX #D5281E Harley Davidson Orange
📋 copy color: '#D5281E'red 213 ◦ green 40 ◦ blue 30
Shades of Harley Davidson Orange #D5281E
Tints of Harley Davidson Orange #D5281E
RGB
CMYK
RGB Variations
Color information
#D5281E (or 0xD5281E) is known color: Harley Davidson Orange. HEX triplet: D5, 28 and 1E. RGB value is (213,40,30). Sum of RGB (Red+Green+Blue) = 213+40+30=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D5281E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5281E is #2AD7E1. Grayscale: #5A5A5A. Windows color (decimal): -2807778 or 1976533. OLE color: 1976533.
HSL color Cylindrical-coordinate representation of color #D5281E: hue angle of 3.28º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5281E is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 30 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.16 |
| HSL | 3.28º | 0.75% | 0.48% | - |
| HSV(B) | 3.28º | 0.86% | 0.84% | - |
| XYZ | 28.43 | 15.76 | 2.77 | - |
| YUV | 90.59 | 93.81 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 30 | 0 | 0.81 | 0.86 | 0.16 | 3.28 | 0.75 | 0.48 |
| Hex | D5 | 28 | 1E | 0 | 51 | 56 | 10 | 3 | 4B | 30 |
| Octal | 325 | 50 | 36 | 0 | 121 | 126 | 20 | 3 | 113 | 60 |
| Binary | 11010101 | 101000 | 11110 | 0 | 1010001 | 1010110 | 10000 | 11 | 1001011 | 110000 |
Color Harmonies of #D5281E
Complementary color
Monochromatic Colors of #D5281E
Black with #D5281E
Text Example
Text Example
White with #D5281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5281E; }
p { color: rgb(213,40,30); }
H1.HeaderClassName
{
color: #D5281E;
}
.AnyTagClassName
{
color: #D5281E;
}
</style>
background-color css
<style>
a { background-color: #D5281E; }
a { background-color: rgb(213,40,30); }
div.DivClassName
{
background-color: #D5281E;
}
.BgClassName
{
background-color: #D5281E;
}
</style>
border-color css
<style>
span { border-color: #D5281E; }
span { border-color: rgb(213,40,30); }
td.TdClassName
{
border-color: #D5281E;
}
.TagClassName
{
border-color: #D5281E;
}
</style>