Html Css Color HEX #DD2503 Harley Davidson Orange
📋 copy color: '#DD2503'red 221 ◦ green 37 ◦ blue 3
Shades of Harley Davidson Orange #DD2503
Tints of Harley Davidson Orange #DD2503
RGB
CMYK
RGB Variations
Color information
#DD2503 (or 0xDD2503) is known color: Harley Davidson Orange. HEX triplet: DD, 25 and 03. RGB value is (221,37,3). Sum of RGB (Red+Green+Blue) = 221+37+3=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2503 is #22DAFC. Grayscale: #585858. Windows color (decimal): -2284285 or 206301. OLE color: 206301.
HSL color Cylindrical-coordinate representation of color #DD2503: hue angle of 9.36º 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 #DD2503 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 3 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.13 |
| HSL | 9.36º | 0.97% | 0.44% | - |
| HSV(B) | 9.36º | 0.99% | 0.87% | - |
| XYZ | 30.5 | 16.7 | 1.7 | - |
| YUV | 88.14 | 79.96 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 3 | 0 | 0.83 | 0.99 | 0.13 | 9.36 | 0.97 | 0.44 |
| Hex | DD | 25 | 3 | 0 | 53 | 63 | D | 9 | 61 | 2C |
| Octal | 335 | 45 | 3 | 0 | 123 | 143 | 15 | 11 | 141 | 54 |
| Binary | 11011101 | 100101 | 11 | 0 | 1010011 | 1100011 | 1101 | 1001 | 1100001 | 101100 |
Color Harmonies of #DD2503
Complementary color
Monochromatic Colors of #DD2503
Black with #DD2503
Text Example
Text Example
White with #DD2503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2503; }
p { color: rgb(221,37,3); }
H1.HeaderClassName
{
color: #DD2503;
}
.AnyTagClassName
{
color: #DD2503;
}
</style>
background-color css
<style>
a { background-color: #DD2503; }
a { background-color: rgb(221,37,3); }
div.DivClassName
{
background-color: #DD2503;
}
.BgClassName
{
background-color: #DD2503;
}
</style>
border-color css
<style>
span { border-color: #DD2503; }
span { border-color: rgb(221,37,3); }
td.TdClassName
{
border-color: #DD2503;
}
.TagClassName
{
border-color: #DD2503;
}
</style>