Html Css Color HEX #D5271A Harley Davidson Orange
📋 copy color: '#D5271A'red 213 ◦ green 39 ◦ blue 26
Shades of Harley Davidson Orange #D5271A
Tints of Harley Davidson Orange #D5271A
RGB
CMYK
RGB Variations
Color information
#D5271A (or 0xD5271A) is known color: Harley Davidson Orange. HEX triplet: D5, 27 and 1A. RGB value is (213,39,26). Sum of RGB (Red+Green+Blue) = 213+39+26=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D5271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5271A is #2AD8E5. Grayscale: #595959. Windows color (decimal): -2808038 or 1714133. OLE color: 1714133.
HSL color Cylindrical-coordinate representation of color #D5271A: hue angle of 4.17º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5271A is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 26 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.16 |
| HSL | 4.17º | 0.78% | 0.47% | - |
| HSV(B) | 4.17º | 0.88% | 0.84% | - |
| XYZ | 28.35 | 15.67 | 2.51 | - |
| YUV | 89.54 | 92.15 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 26 | 0 | 0.82 | 0.88 | 0.16 | 4.17 | 0.78 | 0.47 |
| Hex | D5 | 27 | 1A | 0 | 52 | 58 | 10 | 4 | 4E | 2F |
| Octal | 325 | 47 | 32 | 0 | 122 | 130 | 20 | 4 | 116 | 57 |
| Binary | 11010101 | 100111 | 11010 | 0 | 1010010 | 1011000 | 10000 | 100 | 1001110 | 101111 |
Color Harmonies of #D5271A
Complementary color
Monochromatic Colors of #D5271A
Black with #D5271A
Text Example
Text Example
White with #D5271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5271A; }
p { color: rgb(213,39,26); }
H1.HeaderClassName
{
color: #D5271A;
}
.AnyTagClassName
{
color: #D5271A;
}
</style>
background-color css
<style>
a { background-color: #D5271A; }
a { background-color: rgb(213,39,26); }
div.DivClassName
{
background-color: #D5271A;
}
.BgClassName
{
background-color: #D5271A;
}
</style>
border-color css
<style>
span { border-color: #D5271A; }
span { border-color: rgb(213,39,26); }
td.TdClassName
{
border-color: #D5271A;
}
.TagClassName
{
border-color: #D5271A;
}
</style>