Html Css Color HEX #D4281D Harley Davidson Orange
📋 copy color: '#D4281D'red 212 ◦ green 40 ◦ blue 29
Shades of Harley Davidson Orange #D4281D
Tints of Harley Davidson Orange #D4281D
RGB
CMYK
RGB Variations
Color information
#D4281D (or 0xD4281D) is known color: Harley Davidson Orange. HEX triplet: D4, 28 and 1D. RGB value is (212,40,29). Sum of RGB (Red+Green+Blue) = 212+40+29=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D4281D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4281D is #2BD7E2. Grayscale: #5A5A5A. Windows color (decimal): -2873315 or 1910996. OLE color: 1910996.
HSL color Cylindrical-coordinate representation of color #D4281D: hue angle of 3.61º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4281D is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 40 | 29 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.17 |
| HSL | 3.61º | 0.76% | 0.47% | - |
| HSV(B) | 3.61º | 0.86% | 0.83% | - |
| XYZ | 28.13 | 15.6 | 2.69 | - |
| YUV | 90.17 | 93.48 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 29 | 0 | 0.81 | 0.86 | 0.17 | 3.61 | 0.76 | 0.47 |
| Hex | D4 | 28 | 1D | 0 | 51 | 56 | 11 | 4 | 4C | 2F |
| Octal | 324 | 50 | 35 | 0 | 121 | 126 | 21 | 4 | 114 | 57 |
| Binary | 11010100 | 101000 | 11101 | 0 | 1010001 | 1010110 | 10001 | 100 | 1001100 | 101111 |
Color Harmonies of #D4281D
Complementary color
Monochromatic Colors of #D4281D
Black with #D4281D
Text Example
Text Example
White with #D4281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4281D; }
p { color: rgb(212,40,29); }
H1.HeaderClassName
{
color: #D4281D;
}
.AnyTagClassName
{
color: #D4281D;
}
</style>
background-color css
<style>
a { background-color: #D4281D; }
a { background-color: rgb(212,40,29); }
div.DivClassName
{
background-color: #D4281D;
}
.BgClassName
{
background-color: #D4281D;
}
</style>
border-color css
<style>
span { border-color: #D4281D; }
span { border-color: rgb(212,40,29); }
td.TdClassName
{
border-color: #D4281D;
}
.TagClassName
{
border-color: #D4281D;
}
</style>