Html Css Color HEX #D4271B Harley Davidson Orange
📋 copy color: '#D4271B'red 212 ◦ green 39 ◦ blue 27
Shades of Harley Davidson Orange #D4271B
Tints of Harley Davidson Orange #D4271B
RGB
CMYK
RGB Variations
Color information
#D4271B (or 0xD4271B) is known color: Harley Davidson Orange. HEX triplet: D4, 27 and 1B. RGB value is (212,39,27). Sum of RGB (Red+Green+Blue) = 212+39+27=278 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.26% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 212 - color contains mainly: red. Hex color #D4271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4271B is #2BD8E4. Grayscale: #595959. Windows color (decimal): -2873573 or 1779668. OLE color: 1779668.
HSL color Cylindrical-coordinate representation of color #D4271B: hue angle of 3.89º 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 #D4271B is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 27 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.17 |
| HSL | 3.89º | 0.77% | 0.47% | - |
| HSV(B) | 3.89º | 0.87% | 0.83% | - |
| XYZ | 28.07 | 15.53 | 2.55 | - |
| YUV | 89.36 | 92.81 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 27 | 0 | 0.82 | 0.87 | 0.17 | 3.89 | 0.77 | 0.47 |
| Hex | D4 | 27 | 1B | 0 | 52 | 57 | 11 | 4 | 4D | 2F |
| Octal | 324 | 47 | 33 | 0 | 122 | 127 | 21 | 4 | 115 | 57 |
| Binary | 11010100 | 100111 | 11011 | 0 | 1010010 | 1010111 | 10001 | 100 | 1001101 | 101111 |
Color Harmonies of #D4271B
Complementary color
Monochromatic Colors of #D4271B
Black with #D4271B
Text Example
Text Example
White with #D4271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4271B; }
p { color: rgb(212,39,27); }
H1.HeaderClassName
{
color: #D4271B;
}
.AnyTagClassName
{
color: #D4271B;
}
</style>
background-color css
<style>
a { background-color: #D4271B; }
a { background-color: rgb(212,39,27); }
div.DivClassName
{
background-color: #D4271B;
}
.BgClassName
{
background-color: #D4271B;
}
</style>
border-color css
<style>
span { border-color: #D4271B; }
span { border-color: rgb(212,39,27); }
td.TdClassName
{
border-color: #D4271B;
}
.TagClassName
{
border-color: #D4271B;
}
</style>