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