Html Css Color HEX #DD2403 Harley Davidson Orange
📋 copy color: '#DD2403'red 221 ◦ green 36 ◦ blue 3
Shades of Harley Davidson Orange #DD2403
Tints of Harley Davidson Orange #DD2403
RGB
CMYK
RGB Variations
Color information
#DD2403 (or 0xDD2403) is known color: Harley Davidson Orange. HEX triplet: DD, 24 and 03. RGB value is (221,36,3). Sum of RGB (Red+Green+Blue) = 221+36+3=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2403 is #22DBFC. Grayscale: #575757. Windows color (decimal): -2284541 or 206045. OLE color: 206045.
HSL color Cylindrical-coordinate representation of color #DD2403: hue angle of 9.08º 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 #DD2403 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 3 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.13 |
| HSL | 9.08º | 0.97% | 0.44% | - |
| HSV(B) | 9.08º | 0.99% | 0.87% | - |
| XYZ | 30.47 | 16.64 | 1.69 | - |
| YUV | 87.55 | 80.29 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 3 | 0 | 0.84 | 0.99 | 0.13 | 9.08 | 0.97 | 0.44 |
| Hex | DD | 24 | 3 | 0 | 54 | 63 | D | 9 | 61 | 2C |
| Octal | 335 | 44 | 3 | 0 | 124 | 143 | 15 | 11 | 141 | 54 |
| Binary | 11011101 | 100100 | 11 | 0 | 1010100 | 1100011 | 1101 | 1001 | 1100001 | 101100 |
Color Harmonies of #DD2403
Complementary color
Monochromatic Colors of #DD2403
Black with #DD2403
Text Example
Text Example
White with #DD2403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2403; }
p { color: rgb(221,36,3); }
H1.HeaderClassName
{
color: #DD2403;
}
.AnyTagClassName
{
color: #DD2403;
}
</style>
background-color css
<style>
a { background-color: #DD2403; }
a { background-color: rgb(221,36,3); }
div.DivClassName
{
background-color: #DD2403;
}
.BgClassName
{
background-color: #DD2403;
}
</style>
border-color css
<style>
span { border-color: #DD2403; }
span { border-color: rgb(221,36,3); }
td.TdClassName
{
border-color: #DD2403;
}
.TagClassName
{
border-color: #DD2403;
}
</style>