Html Css Color HEX #D4290F Harley Davidson Orange
📋 copy color: '#D4290F'red 212 ◦ green 41 ◦ blue 15
Shades of Harley Davidson Orange #D4290F
Tints of Harley Davidson Orange #D4290F
RGB
CMYK
RGB Variations
Color information
#D4290F (or 0xD4290F) is known color: Harley Davidson Orange. HEX triplet: D4, 29 and 0F. RGB value is (212,41,15). Sum of RGB (Red+Green+Blue) = 212+41+15=268 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.10% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 212 - color contains mainly: red. Hex color #D4290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4290F is #2BD6F0. Grayscale: #595959. Windows color (decimal): -2873073 or 993748. OLE color: 993748.
HSL color Cylindrical-coordinate representation of color #D4290F: hue angle of 7.92º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4290F is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 15 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.17 |
| HSL | 7.92º | 0.87% | 0.45% | - |
| HSV(B) | 7.92º | 0.93% | 0.83% | - |
| XYZ | 28.03 | 15.62 | 1.99 | - |
| YUV | 89.17 | 86.15 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 15 | 0 | 0.81 | 0.93 | 0.17 | 7.92 | 0.87 | 0.45 |
| Hex | D4 | 29 | F | 0 | 51 | 5D | 11 | 8 | 57 | 2D |
| Octal | 324 | 51 | 17 | 0 | 121 | 135 | 21 | 10 | 127 | 55 |
| Binary | 11010100 | 101001 | 1111 | 0 | 1010001 | 1011101 | 10001 | 1000 | 1010111 | 101101 |
Color Harmonies of #D4290F
Complementary color
Monochromatic Colors of #D4290F
Black with #D4290F
Text Example
Text Example
White with #D4290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4290F; }
p { color: rgb(212,41,15); }
H1.HeaderClassName
{
color: #D4290F;
}
.AnyTagClassName
{
color: #D4290F;
}
</style>
background-color css
<style>
a { background-color: #D4290F; }
a { background-color: rgb(212,41,15); }
div.DivClassName
{
background-color: #D4290F;
}
.BgClassName
{
background-color: #D4290F;
}
</style>
border-color css
<style>
span { border-color: #D4290F; }
span { border-color: rgb(212,41,15); }
td.TdClassName
{
border-color: #D4290F;
}
.TagClassName
{
border-color: #D4290F;
}
</style>