Html Css Color HEX #DD4003 Harley Davidson Orange
📋 copy color: '#DD4003'red 221 ◦ green 64 ◦ blue 3
Shades of Harley Davidson Orange #DD4003
Tints of Harley Davidson Orange #DD4003
RGB
CMYK
RGB Variations
Color information
#DD4003 (or 0xDD4003) is known color: Harley Davidson Orange. HEX triplet: DD, 40 and 03. RGB value is (221,64,3). Sum of RGB (Red+Green+Blue) = 221+64+3=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4003 is #22BFFC. Grayscale: #686868. Windows color (decimal): -2277373 or 213213. OLE color: 213213.
HSL color Cylindrical-coordinate representation of color #DD4003: hue angle of 16.79º 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 #DD4003 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 3 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.13 |
| HSL | 16.79º | 0.97% | 0.44% | - |
| HSV(B) | 16.79º | 0.99% | 0.87% | - |
| XYZ | 31.67 | 19.05 | 2.09 | - |
| YUV | 103.99 | 71.01 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 3 | 0 | 0.71 | 0.99 | 0.13 | 16.79 | 0.97 | 0.44 |
| Hex | DD | 40 | 3 | 0 | 47 | 63 | D | 11 | 61 | 2C |
| Octal | 335 | 100 | 3 | 0 | 107 | 143 | 15 | 21 | 141 | 54 |
| Binary | 11011101 | 1000000 | 11 | 0 | 1000111 | 1100011 | 1101 | 10001 | 1100001 | 101100 |
Color Harmonies of #DD4003
Complementary color
Monochromatic Colors of #DD4003
Black with #DD4003
Text Example
Text Example
White with #DD4003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4003; }
p { color: rgb(221,64,3); }
H1.HeaderClassName
{
color: #DD4003;
}
.AnyTagClassName
{
color: #DD4003;
}
</style>
background-color css
<style>
a { background-color: #DD4003; }
a { background-color: rgb(221,64,3); }
div.DivClassName
{
background-color: #DD4003;
}
.BgClassName
{
background-color: #DD4003;
}
</style>
border-color css
<style>
span { border-color: #DD4003; }
span { border-color: rgb(221,64,3); }
td.TdClassName
{
border-color: #DD4003;
}
.TagClassName
{
border-color: #DD4003;
}
</style>