Html Css Color HEX #D4271D Harley Davidson Orange
📋 copy color: '#D4271D'red 212 ◦ green 39 ◦ blue 29
Shades of Harley Davidson Orange #D4271D
Tints of Harley Davidson Orange #D4271D
RGB
CMYK
RGB Variations
Color information
#D4271D (or 0xD4271D) is known color: Harley Davidson Orange. HEX triplet: D4, 27 and 1D. RGB value is (212,39,29). Sum of RGB (Red+Green+Blue) = 212+39+29=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D4271D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4271D is #2BD8E2. Grayscale: #595959. Windows color (decimal): -2873571 or 1910740. OLE color: 1910740.
HSL color Cylindrical-coordinate representation of color #D4271D: hue angle of 3.28º degrees, saturation: 0.76, 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 #D4271D is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 29 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.17 |
| HSL | 3.28º | 0.76% | 0.47% | - |
| HSV(B) | 3.28º | 0.86% | 0.83% | - |
| XYZ | 28.1 | 15.54 | 2.68 | - |
| YUV | 89.59 | 93.81 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 29 | 0 | 0.82 | 0.86 | 0.17 | 3.28 | 0.76 | 0.47 |
| Hex | D4 | 27 | 1D | 0 | 52 | 56 | 11 | 3 | 4C | 2F |
| Octal | 324 | 47 | 35 | 0 | 122 | 126 | 21 | 3 | 114 | 57 |
| Binary | 11010100 | 100111 | 11101 | 0 | 1010010 | 1010110 | 10001 | 11 | 1001100 | 101111 |
Color Harmonies of #D4271D
Complementary color
Monochromatic Colors of #D4271D
Black with #D4271D
Text Example
Text Example
White with #D4271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4271D; }
p { color: rgb(212,39,29); }
H1.HeaderClassName
{
color: #D4271D;
}
.AnyTagClassName
{
color: #D4271D;
}
</style>
background-color css
<style>
a { background-color: #D4271D; }
a { background-color: rgb(212,39,29); }
div.DivClassName
{
background-color: #D4271D;
}
.BgClassName
{
background-color: #D4271D;
}
</style>
border-color css
<style>
span { border-color: #D4271D; }
span { border-color: rgb(212,39,29); }
td.TdClassName
{
border-color: #D4271D;
}
.TagClassName
{
border-color: #D4271D;
}
</style>