Html Css Color HEX #D4271E Harley Davidson Orange
📋 copy color: '#D4271E'red 212 ◦ green 39 ◦ blue 30
Shades of Harley Davidson Orange #D4271E
Tints of Harley Davidson Orange #D4271E
RGB
CMYK
RGB Variations
Color information
#D4271E (or 0xD4271E) is known color: Harley Davidson Orange. HEX triplet: D4, 27 and 1E. RGB value is (212,39,30). Sum of RGB (Red+Green+Blue) = 212+39+30=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D4271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4271E is #2BD8E1. Grayscale: #595959. Windows color (decimal): -2873570 or 1976276. OLE color: 1976276.
HSL color Cylindrical-coordinate representation of color #D4271E: hue angle of 2.97º degrees, saturation: 0.75, 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 #D4271E is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 30 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.17 |
| HSL | 2.97º | 0.75% | 0.47% | - |
| HSV(B) | 2.97º | 0.86% | 0.83% | - |
| XYZ | 28.11 | 15.54 | 2.75 | - |
| YUV | 89.7 | 94.31 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 30 | 0 | 0.82 | 0.86 | 0.17 | 2.97 | 0.75 | 0.47 |
| Hex | D4 | 27 | 1E | 0 | 52 | 56 | 11 | 3 | 4B | 2F |
| Octal | 324 | 47 | 36 | 0 | 122 | 126 | 21 | 3 | 113 | 57 |
| Binary | 11010100 | 100111 | 11110 | 0 | 1010010 | 1010110 | 10001 | 11 | 1001011 | 101111 |
Color Harmonies of #D4271E
Complementary color
Monochromatic Colors of #D4271E
Black with #D4271E
Text Example
Text Example
White with #D4271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4271E; }
p { color: rgb(212,39,30); }
H1.HeaderClassName
{
color: #D4271E;
}
.AnyTagClassName
{
color: #D4271E;
}
</style>
background-color css
<style>
a { background-color: #D4271E; }
a { background-color: rgb(212,39,30); }
div.DivClassName
{
background-color: #D4271E;
}
.BgClassName
{
background-color: #D4271E;
}
</style>
border-color css
<style>
span { border-color: #D4271E; }
span { border-color: rgb(212,39,30); }
td.TdClassName
{
border-color: #D4271E;
}
.TagClassName
{
border-color: #D4271E;
}
</style>