Html Css Color HEX #DD2803 Harley Davidson Orange
📋 copy color: '#DD2803'red 221 ◦ green 40 ◦ blue 3
Shades of Harley Davidson Orange #DD2803
Tints of Harley Davidson Orange #DD2803
RGB
CMYK
RGB Variations
Color information
#DD2803 (or 0xDD2803) is known color: Harley Davidson Orange. HEX triplet: DD, 28 and 03. RGB value is (221,40,3). Sum of RGB (Red+Green+Blue) = 221+40+3=264 (34% of max value = 765). Red value is 221 (86.72% from 255 or 83.71% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2803 is #22D7FC. Grayscale: #5A5A5A. Windows color (decimal): -2283517 or 207069. OLE color: 207069.
HSL color Cylindrical-coordinate representation of color #DD2803: hue angle of 10.18º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD2803 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 3 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.13 |
| HSL | 10.18º | 0.97% | 0.44% | - |
| HSV(B) | 10.18º | 0.99% | 0.87% | - |
| XYZ | 30.59 | 16.9 | 1.73 | - |
| YUV | 89.9 | 78.97 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 3 | 0 | 0.82 | 0.99 | 0.13 | 10.18 | 0.97 | 0.44 |
| Hex | DD | 28 | 3 | 0 | 52 | 63 | D | A | 61 | 2C |
| Octal | 335 | 50 | 3 | 0 | 122 | 143 | 15 | 12 | 141 | 54 |
| Binary | 11011101 | 101000 | 11 | 0 | 1010010 | 1100011 | 1101 | 1010 | 1100001 | 101100 |
Color Harmonies of #DD2803
Complementary color
Monochromatic Colors of #DD2803
Black with #DD2803
Text Example
Text Example
White with #DD2803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2803; }
p { color: rgb(221,40,3); }
H1.HeaderClassName
{
color: #DD2803;
}
.AnyTagClassName
{
color: #DD2803;
}
</style>
background-color css
<style>
a { background-color: #DD2803; }
a { background-color: rgb(221,40,3); }
div.DivClassName
{
background-color: #DD2803;
}
.BgClassName
{
background-color: #DD2803;
}
</style>
border-color css
<style>
span { border-color: #DD2803; }
span { border-color: rgb(221,40,3); }
td.TdClassName
{
border-color: #DD2803;
}
.TagClassName
{
border-color: #DD2803;
}
</style>