Html Css Color HEX #D5261D Harley Davidson Orange
📋 copy color: '#D5261D'red 213 ◦ green 38 ◦ blue 29
Shades of Harley Davidson Orange #D5261D
Tints of Harley Davidson Orange #D5261D
RGB
CMYK
RGB Variations
Color information
#D5261D (or 0xD5261D) is known color: Harley Davidson Orange. HEX triplet: D5, 26 and 1D. RGB value is (213,38,29). Sum of RGB (Red+Green+Blue) = 213+38+29=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D5261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5261D is #2AD9E2. Grayscale: #595959. Windows color (decimal): -2808291 or 1910485. OLE color: 1910485.
HSL color Cylindrical-coordinate representation of color #D5261D: hue angle of 2.93º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5261D is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 29 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.16 |
| HSL | 2.93º | 0.76% | 0.47% | - |
| HSV(B) | 2.93º | 0.86% | 0.84% | - |
| XYZ | 28.36 | 15.62 | 2.68 | - |
| YUV | 89.3 | 93.98 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 29 | 0 | 0.82 | 0.86 | 0.16 | 2.93 | 0.76 | 0.47 |
| Hex | D5 | 26 | 1D | 0 | 52 | 56 | 10 | 3 | 4C | 2F |
| Octal | 325 | 46 | 35 | 0 | 122 | 126 | 20 | 3 | 114 | 57 |
| Binary | 11010101 | 100110 | 11101 | 0 | 1010010 | 1010110 | 10000 | 11 | 1001100 | 101111 |
Color Harmonies of #D5261D
Complementary color
Monochromatic Colors of #D5261D
Black with #D5261D
Text Example
Text Example
White with #D5261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5261D; }
p { color: rgb(213,38,29); }
H1.HeaderClassName
{
color: #D5261D;
}
.AnyTagClassName
{
color: #D5261D;
}
</style>
background-color css
<style>
a { background-color: #D5261D; }
a { background-color: rgb(213,38,29); }
div.DivClassName
{
background-color: #D5261D;
}
.BgClassName
{
background-color: #D5261D;
}
</style>
border-color css
<style>
span { border-color: #D5261D; }
span { border-color: rgb(213,38,29); }
td.TdClassName
{
border-color: #D5261D;
}
.TagClassName
{
border-color: #D5261D;
}
</style>