Html Css Color HEX #DD2A03 Harley Davidson Orange
📋 copy color: '#DD2A03'red 221 ◦ green 42 ◦ blue 3
Shades of Harley Davidson Orange #DD2A03
Tints of Harley Davidson Orange #DD2A03
RGB
CMYK
RGB Variations
Color information
#DD2A03 (or 0xDD2A03) is known color: Harley Davidson Orange. HEX triplet: DD, 2A and 03. RGB value is (221,42,3). Sum of RGB (Red+Green+Blue) = 221+42+3=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2A03 is #22D5FC. Grayscale: #5B5B5B. Windows color (decimal): -2283005 or 207581. OLE color: 207581.
HSL color Cylindrical-coordinate representation of color #DD2A03: hue angle of 10.73º 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 #DD2A03 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 3 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.13 |
| HSL | 10.73º | 0.97% | 0.44% | - |
| HSV(B) | 10.73º | 0.99% | 0.87% | - |
| XYZ | 30.66 | 17.03 | 1.76 | - |
| YUV | 91.08 | 78.3 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 3 | 0 | 0.81 | 0.99 | 0.13 | 10.73 | 0.97 | 0.44 |
| Hex | DD | 2A | 3 | 0 | 51 | 63 | D | B | 61 | 2C |
| Octal | 335 | 52 | 3 | 0 | 121 | 143 | 15 | 13 | 141 | 54 |
| Binary | 11011101 | 101010 | 11 | 0 | 1010001 | 1100011 | 1101 | 1011 | 1100001 | 101100 |
Color Harmonies of #DD2A03
Complementary color
Monochromatic Colors of #DD2A03
Black with #DD2A03
Text Example
Text Example
White with #DD2A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2A03; }
p { color: rgb(221,42,3); }
H1.HeaderClassName
{
color: #DD2A03;
}
.AnyTagClassName
{
color: #DD2A03;
}
</style>
background-color css
<style>
a { background-color: #DD2A03; }
a { background-color: rgb(221,42,3); }
div.DivClassName
{
background-color: #DD2A03;
}
.BgClassName
{
background-color: #DD2A03;
}
</style>
border-color css
<style>
span { border-color: #DD2A03; }
span { border-color: rgb(221,42,3); }
td.TdClassName
{
border-color: #DD2A03;
}
.TagClassName
{
border-color: #DD2A03;
}
</style>