Html Css Color HEX #DD3C03 Harley Davidson Orange
📋 copy color: '#DD3C03'red 221 ◦ green 60 ◦ blue 3
Shades of Harley Davidson Orange #DD3C03
Tints of Harley Davidson Orange #DD3C03
RGB
CMYK
RGB Variations
Color information
#DD3C03 (or 0xDD3C03) is known color: Harley Davidson Orange. HEX triplet: DD, 3C and 03. RGB value is (221,60,3). Sum of RGB (Red+Green+Blue) = 221+60+3=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3C03 is #22C3FC. Grayscale: #666666. Windows color (decimal): -2278397 or 212189. OLE color: 212189.
HSL color Cylindrical-coordinate representation of color #DD3C03: hue angle of 15.69º 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 #DD3C03 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 3 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.13 |
| HSL | 15.69º | 0.97% | 0.44% | - |
| HSV(B) | 15.69º | 0.99% | 0.87% | - |
| XYZ | 31.45 | 18.61 | 2.02 | - |
| YUV | 101.64 | 72.34 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 3 | 0 | 0.73 | 0.99 | 0.13 | 15.69 | 0.97 | 0.44 |
| Hex | DD | 3C | 3 | 0 | 49 | 63 | D | 10 | 61 | 2C |
| Octal | 335 | 74 | 3 | 0 | 111 | 143 | 15 | 20 | 141 | 54 |
| Binary | 11011101 | 111100 | 11 | 0 | 1001001 | 1100011 | 1101 | 10000 | 1100001 | 101100 |
Color Harmonies of #DD3C03
Complementary color
Monochromatic Colors of #DD3C03
Black with #DD3C03
Text Example
Text Example
White with #DD3C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C03; }
p { color: rgb(221,60,3); }
H1.HeaderClassName
{
color: #DD3C03;
}
.AnyTagClassName
{
color: #DD3C03;
}
</style>
background-color css
<style>
a { background-color: #DD3C03; }
a { background-color: rgb(221,60,3); }
div.DivClassName
{
background-color: #DD3C03;
}
.BgClassName
{
background-color: #DD3C03;
}
</style>
border-color css
<style>
span { border-color: #DD3C03; }
span { border-color: rgb(221,60,3); }
td.TdClassName
{
border-color: #DD3C03;
}
.TagClassName
{
border-color: #DD3C03;
}
</style>