Html Css Color HEX #D3261D Harley Davidson Orange
📋 copy color: '#D3261D'red 211 ◦ green 38 ◦ blue 29
Shades of Harley Davidson Orange #D3261D
Tints of Harley Davidson Orange #D3261D
RGB
CMYK
RGB Variations
Color information
#D3261D (or 0xD3261D) is known color: Harley Davidson Orange. HEX triplet: D3, 26 and 1D. RGB value is (211,38,29). Sum of RGB (Red+Green+Blue) = 211+38+29=278 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.90% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 211 - color contains mainly: red. Hex color #D3261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3261D is #2CD9E2. Grayscale: #585858. Windows color (decimal): -2939363 or 1910483. OLE color: 1910483.
HSL color Cylindrical-coordinate representation of color #D3261D: hue angle of 2.97º 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 #D3261D is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 38 | 29 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.17 |
| HSL | 2.97º | 0.76% | 0.47% | - |
| HSV(B) | 2.97º | 0.86% | 0.83% | - |
| XYZ | 27.78 | 15.32 | 2.66 | - |
| YUV | 88.7 | 94.31 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 38 | 29 | 0 | 0.82 | 0.86 | 0.17 | 2.97 | 0.76 | 0.47 |
| Hex | D3 | 26 | 1D | 0 | 52 | 56 | 11 | 3 | 4C | 2F |
| Octal | 323 | 46 | 35 | 0 | 122 | 126 | 21 | 3 | 114 | 57 |
| Binary | 11010011 | 100110 | 11101 | 0 | 1010010 | 1010110 | 10001 | 11 | 1001100 | 101111 |
Color Harmonies of #D3261D
Complementary color
Monochromatic Colors of #D3261D
Black with #D3261D
Text Example
Text Example
White with #D3261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3261D; }
p { color: rgb(211,38,29); }
H1.HeaderClassName
{
color: #D3261D;
}
.AnyTagClassName
{
color: #D3261D;
}
</style>
background-color css
<style>
a { background-color: #D3261D; }
a { background-color: rgb(211,38,29); }
div.DivClassName
{
background-color: #D3261D;
}
.BgClassName
{
background-color: #D3261D;
}
</style>
border-color css
<style>
span { border-color: #D3261D; }
span { border-color: rgb(211,38,29); }
td.TdClassName
{
border-color: #D3261D;
}
.TagClassName
{
border-color: #D3261D;
}
</style>