Html Css Color HEX #DD280A Harley Davidson Orange
📋 copy color: '#DD280A'red 221 ◦ green 40 ◦ blue 10
Shades of Harley Davidson Orange #DD280A
Tints of Harley Davidson Orange #DD280A
RGB
CMYK
RGB Variations
Color information
#DD280A (or 0xDD280A) is known color: Harley Davidson Orange. HEX triplet: DD, 28 and 0A. RGB value is (221,40,10). Sum of RGB (Red+Green+Blue) = 221+40+10=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD280A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD280A is #22D7F5. Grayscale: #5A5A5A. Windows color (decimal): -2283510 or 665821. OLE color: 665821.
HSL color Cylindrical-coordinate representation of color #DD280A: hue angle of 8.53º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD280A is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 10 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.13 |
| HSL | 8.53º | 0.91% | 0.45% | - |
| HSV(B) | 8.53º | 0.95% | 0.87% | - |
| XYZ | 30.63 | 16.91 | 1.94 | - |
| YUV | 90.7 | 82.47 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 10 | 0 | 0.82 | 0.95 | 0.13 | 8.53 | 0.91 | 0.45 |
| Hex | DD | 28 | A | 0 | 52 | 5F | D | 9 | 5B | 2D |
| Octal | 335 | 50 | 12 | 0 | 122 | 137 | 15 | 11 | 133 | 55 |
| Binary | 11011101 | 101000 | 1010 | 0 | 1010010 | 1011111 | 1101 | 1001 | 1011011 | 101101 |
Color Harmonies of #DD280A
Complementary color
Monochromatic Colors of #DD280A
Black with #DD280A
Text Example
Text Example
White with #DD280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD280A; }
p { color: rgb(221,40,10); }
H1.HeaderClassName
{
color: #DD280A;
}
.AnyTagClassName
{
color: #DD280A;
}
</style>
background-color css
<style>
a { background-color: #DD280A; }
a { background-color: rgb(221,40,10); }
div.DivClassName
{
background-color: #DD280A;
}
.BgClassName
{
background-color: #DD280A;
}
</style>
border-color css
<style>
span { border-color: #DD280A; }
span { border-color: rgb(221,40,10); }
td.TdClassName
{
border-color: #DD280A;
}
.TagClassName
{
border-color: #DD280A;
}
</style>