Html Css Color HEX #DD3313 Harley Davidson Orange
📋 copy color: '#DD3313'red 221 ◦ green 51 ◦ blue 19
Shades of Harley Davidson Orange #DD3313
Tints of Harley Davidson Orange #DD3313
RGB
CMYK
RGB Variations
Color information
#DD3313 (or 0xDD3313) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 13. RGB value is (221,51,19). Sum of RGB (Red+Green+Blue) = 221+51+19=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3313 is #22CCEC. Grayscale: #626262. Windows color (decimal): -2280685 or 1258461. OLE color: 1258461.
HSL color Cylindrical-coordinate representation of color #DD3313: hue angle of 9.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD3313 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 19 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.13 |
| HSL | 9.5º | 0.84% | 0.47% | - |
| HSV(B) | 9.5º | 0.91% | 0.87% | - |
| XYZ | 31.12 | 17.79 | 2.41 | - |
| YUV | 98.18 | 83.32 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 19 | 0 | 0.77 | 0.91 | 0.13 | 9.5 | 0.84 | 0.47 |
| Hex | DD | 33 | 13 | 0 | 4D | 5B | D | A | 54 | 2F |
| Octal | 335 | 63 | 23 | 0 | 115 | 133 | 15 | 12 | 124 | 57 |
| Binary | 11011101 | 110011 | 10011 | 0 | 1001101 | 1011011 | 1101 | 1010 | 1010100 | 101111 |
Color Harmonies of #DD3313
Complementary color
Monochromatic Colors of #DD3313
Black with #DD3313
Text Example
Text Example
White with #DD3313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3313; }
p { color: rgb(221,51,19); }
H1.HeaderClassName
{
color: #DD3313;
}
.AnyTagClassName
{
color: #DD3313;
}
</style>
background-color css
<style>
a { background-color: #DD3313; }
a { background-color: rgb(221,51,19); }
div.DivClassName
{
background-color: #DD3313;
}
.BgClassName
{
background-color: #DD3313;
}
</style>
border-color css
<style>
span { border-color: #DD3313; }
span { border-color: rgb(221,51,19); }
td.TdClassName
{
border-color: #DD3313;
}
.TagClassName
{
border-color: #DD3313;
}
</style>