Html Css Color HEX #DD3603 Harley Davidson Orange
📋 copy color: '#DD3603'red 221 ◦ green 54 ◦ blue 3
Shades of Harley Davidson Orange #DD3603
Tints of Harley Davidson Orange #DD3603
RGB
CMYK
RGB Variations
Color information
#DD3603 (or 0xDD3603) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 03. RGB value is (221,54,3). Sum of RGB (Red+Green+Blue) = 221+54+3=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3603 is #22C9FC. Grayscale: #626262. Windows color (decimal): -2279933 or 210653. OLE color: 210653.
HSL color Cylindrical-coordinate representation of color #DD3603: hue angle of 14.04º 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 #DD3603 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 3 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.13 |
| HSL | 14.04º | 0.97% | 0.44% | - |
| HSV(B) | 14.04º | 0.99% | 0.87% | - |
| XYZ | 31.15 | 18.02 | 1.92 | - |
| YUV | 98.12 | 74.33 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 3 | 0 | 0.76 | 0.99 | 0.13 | 14.04 | 0.97 | 0.44 |
| Hex | DD | 36 | 3 | 0 | 4C | 63 | D | E | 61 | 2C |
| Octal | 335 | 66 | 3 | 0 | 114 | 143 | 15 | 16 | 141 | 54 |
| Binary | 11011101 | 110110 | 11 | 0 | 1001100 | 1100011 | 1101 | 1110 | 1100001 | 101100 |
Color Harmonies of #DD3603
Complementary color
Monochromatic Colors of #DD3603
Black with #DD3603
Text Example
Text Example
White with #DD3603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3603; }
p { color: rgb(221,54,3); }
H1.HeaderClassName
{
color: #DD3603;
}
.AnyTagClassName
{
color: #DD3603;
}
</style>
background-color css
<style>
a { background-color: #DD3603; }
a { background-color: rgb(221,54,3); }
div.DivClassName
{
background-color: #DD3603;
}
.BgClassName
{
background-color: #DD3603;
}
</style>
border-color css
<style>
span { border-color: #DD3603; }
span { border-color: rgb(221,54,3); }
td.TdClassName
{
border-color: #DD3603;
}
.TagClassName
{
border-color: #DD3603;
}
</style>