Html Css Color HEX #D5271C Harley Davidson Orange
📋 copy color: '#D5271C'red 213 ◦ green 39 ◦ blue 28
Shades of Harley Davidson Orange #D5271C
Tints of Harley Davidson Orange #D5271C
RGB
CMYK
RGB Variations
Color information
#D5271C (or 0xD5271C) is known color: Harley Davidson Orange. HEX triplet: D5, 27 and 1C. RGB value is (213,39,28). Sum of RGB (Red+Green+Blue) = 213+39+28=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D5271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5271C is #2AD8E3. Grayscale: #595959. Windows color (decimal): -2808036 or 1845205. OLE color: 1845205.
HSL color Cylindrical-coordinate representation of color #D5271C: hue angle of 3.57º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5271C is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 28 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.16 |
| HSL | 3.57º | 0.77% | 0.47% | - |
| HSV(B) | 3.57º | 0.87% | 0.84% | - |
| XYZ | 28.38 | 15.68 | 2.63 | - |
| YUV | 89.77 | 93.15 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 28 | 0 | 0.82 | 0.87 | 0.16 | 3.57 | 0.77 | 0.47 |
| Hex | D5 | 27 | 1C | 0 | 52 | 57 | 10 | 4 | 4D | 2F |
| Octal | 325 | 47 | 34 | 0 | 122 | 127 | 20 | 4 | 115 | 57 |
| Binary | 11010101 | 100111 | 11100 | 0 | 1010010 | 1010111 | 10000 | 100 | 1001101 | 101111 |
Color Harmonies of #D5271C
Complementary color
Monochromatic Colors of #D5271C
Black with #D5271C
Text Example
Text Example
White with #D5271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5271C; }
p { color: rgb(213,39,28); }
H1.HeaderClassName
{
color: #D5271C;
}
.AnyTagClassName
{
color: #D5271C;
}
</style>
background-color css
<style>
a { background-color: #D5271C; }
a { background-color: rgb(213,39,28); }
div.DivClassName
{
background-color: #D5271C;
}
.BgClassName
{
background-color: #D5271C;
}
</style>
border-color css
<style>
span { border-color: #D5271C; }
span { border-color: rgb(213,39,28); }
td.TdClassName
{
border-color: #D5271C;
}
.TagClassName
{
border-color: #D5271C;
}
</style>