Html Css Color HEX #D4281C Harley Davidson Orange
📋 copy color: '#D4281C'red 212 ◦ green 40 ◦ blue 28
Shades of Harley Davidson Orange #D4281C
Tints of Harley Davidson Orange #D4281C
RGB
CMYK
RGB Variations
Color information
#D4281C (or 0xD4281C) is known color: Harley Davidson Orange. HEX triplet: D4, 28 and 1C. RGB value is (212,40,28). Sum of RGB (Red+Green+Blue) = 212+40+28=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D4281C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4281C is #2BD7E3. Grayscale: #5A5A5A. Windows color (decimal): -2873316 or 1845460. OLE color: 1845460.
HSL color Cylindrical-coordinate representation of color #D4281C: hue angle of 3.91º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4281C is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 40 | 28 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.17 |
| HSL | 3.91º | 0.77% | 0.47% | - |
| HSV(B) | 3.91º | 0.87% | 0.83% | - |
| XYZ | 28.12 | 15.6 | 2.63 | - |
| YUV | 90.06 | 92.98 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 28 | 0 | 0.81 | 0.87 | 0.17 | 3.91 | 0.77 | 0.47 |
| Hex | D4 | 28 | 1C | 0 | 51 | 57 | 11 | 4 | 4D | 2F |
| Octal | 324 | 50 | 34 | 0 | 121 | 127 | 21 | 4 | 115 | 57 |
| Binary | 11010100 | 101000 | 11100 | 0 | 1010001 | 1010111 | 10001 | 100 | 1001101 | 101111 |
Color Harmonies of #D4281C
Complementary color
Monochromatic Colors of #D4281C
Black with #D4281C
Text Example
Text Example
White with #D4281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4281C; }
p { color: rgb(212,40,28); }
H1.HeaderClassName
{
color: #D4281C;
}
.AnyTagClassName
{
color: #D4281C;
}
</style>
background-color css
<style>
a { background-color: #D4281C; }
a { background-color: rgb(212,40,28); }
div.DivClassName
{
background-color: #D4281C;
}
.BgClassName
{
background-color: #D4281C;
}
</style>
border-color css
<style>
span { border-color: #D4281C; }
span { border-color: rgb(212,40,28); }
td.TdClassName
{
border-color: #D4281C;
}
.TagClassName
{
border-color: #D4281C;
}
</style>