Html Css Color HEX #DD2203 Harley Davidson Orange
📋 copy color: '#DD2203'red 221 ◦ green 34 ◦ blue 3
Shades of Harley Davidson Orange #DD2203
Tints of Harley Davidson Orange #DD2203
RGB
CMYK
RGB Variations
Color information
#DD2203 (or 0xDD2203) is known color: Harley Davidson Orange. HEX triplet: DD, 22 and 03. RGB value is (221,34,3). Sum of RGB (Red+Green+Blue) = 221+34+3=258 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.66% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2203 is #22DDFC. Grayscale: #565656. Windows color (decimal): -2285053 or 205533. OLE color: 205533.
HSL color Cylindrical-coordinate representation of color #DD2203: hue angle of 8.53º 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 #DD2203 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.13 |
| HSL | 8.53º | 0.97% | 0.44% | - |
| HSV(B) | 8.53º | 0.99% | 0.87% | - |
| XYZ | 30.41 | 16.52 | 1.67 | - |
| YUV | 86.38 | 80.95 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 3 | 0 | 0.85 | 0.99 | 0.13 | 8.53 | 0.97 | 0.44 |
| Hex | DD | 22 | 3 | 0 | 55 | 63 | D | 9 | 61 | 2C |
| Octal | 335 | 42 | 3 | 0 | 125 | 143 | 15 | 11 | 141 | 54 |
| Binary | 11011101 | 100010 | 11 | 0 | 1010101 | 1100011 | 1101 | 1001 | 1100001 | 101100 |
Color Harmonies of #DD2203
Complementary color
Monochromatic Colors of #DD2203
Black with #DD2203
Text Example
Text Example
White with #DD2203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2203; }
p { color: rgb(221,34,3); }
H1.HeaderClassName
{
color: #DD2203;
}
.AnyTagClassName
{
color: #DD2203;
}
</style>
background-color css
<style>
a { background-color: #DD2203; }
a { background-color: rgb(221,34,3); }
div.DivClassName
{
background-color: #DD2203;
}
.BgClassName
{
background-color: #DD2203;
}
</style>
border-color css
<style>
span { border-color: #DD2203; }
span { border-color: rgb(221,34,3); }
td.TdClassName
{
border-color: #DD2203;
}
.TagClassName
{
border-color: #DD2203;
}
</style>