Html Css Color HEX #D4271F Harley Davidson Orange
📋 copy color: '#D4271F'red 212 ◦ green 39 ◦ blue 31
Shades of Harley Davidson Orange #D4271F
Tints of Harley Davidson Orange #D4271F
RGB
CMYK
RGB Variations
Color information
#D4271F (or 0xD4271F) is known color: Harley Davidson Orange. HEX triplet: D4, 27 and 1F. RGB value is (212,39,31). Sum of RGB (Red+Green+Blue) = 212+39+31=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D4271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4271F is #2BD8E0. Grayscale: #5A5A5A. Windows color (decimal): -2873569 or 2041812. OLE color: 2041812.
HSL color Cylindrical-coordinate representation of color #D4271F: hue angle of 2.65º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4271F is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 31 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.17 |
| HSL | 2.65º | 0.74% | 0.48% | - |
| HSV(B) | 2.65º | 0.85% | 0.83% | - |
| XYZ | 28.12 | 15.55 | 2.81 | - |
| YUV | 89.82 | 94.81 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 31 | 0 | 0.82 | 0.85 | 0.17 | 2.65 | 0.74 | 0.48 |
| Hex | D4 | 27 | 1F | 0 | 52 | 55 | 11 | 3 | 4A | 30 |
| Octal | 324 | 47 | 37 | 0 | 122 | 125 | 21 | 3 | 112 | 60 |
| Binary | 11010100 | 100111 | 11111 | 0 | 1010010 | 1010101 | 10001 | 11 | 1001010 | 110000 |
Color Harmonies of #D4271F
Complementary color
Monochromatic Colors of #D4271F
Black with #D4271F
Text Example
Text Example
White with #D4271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4271F; }
p { color: rgb(212,39,31); }
H1.HeaderClassName
{
color: #D4271F;
}
.AnyTagClassName
{
color: #D4271F;
}
</style>
background-color css
<style>
a { background-color: #D4271F; }
a { background-color: rgb(212,39,31); }
div.DivClassName
{
background-color: #D4271F;
}
.BgClassName
{
background-color: #D4271F;
}
</style>
border-color css
<style>
span { border-color: #D4271F; }
span { border-color: rgb(212,39,31); }
td.TdClassName
{
border-color: #D4271F;
}
.TagClassName
{
border-color: #D4271F;
}
</style>