Html Css Color HEX #DD2713 Harley Davidson Orange
📋 copy color: '#DD2713'red 221 ◦ green 39 ◦ blue 19
Shades of Harley Davidson Orange #DD2713
Tints of Harley Davidson Orange #DD2713
RGB
CMYK
RGB Variations
Color information
#DD2713 (or 0xDD2713) is known color: Harley Davidson Orange. HEX triplet: DD, 27 and 13. RGB value is (221,39,19). Sum of RGB (Red+Green+Blue) = 221+39+19=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2713 is #22D8EC. Grayscale: #5B5B5B. Windows color (decimal): -2283757 or 1255389. OLE color: 1255389.
HSL color Cylindrical-coordinate representation of color #DD2713: hue angle of 5.94º 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 #DD2713 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 19 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.13 |
| HSL | 5.94º | 0.84% | 0.47% | - |
| HSV(B) | 5.94º | 0.91% | 0.87% | - |
| XYZ | 30.66 | 16.87 | 2.26 | - |
| YUV | 91.14 | 87.3 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 19 | 0 | 0.82 | 0.91 | 0.13 | 5.94 | 0.84 | 0.47 |
| Hex | DD | 27 | 13 | 0 | 52 | 5B | D | 6 | 54 | 2F |
| Octal | 335 | 47 | 23 | 0 | 122 | 133 | 15 | 6 | 124 | 57 |
| Binary | 11011101 | 100111 | 10011 | 0 | 1010010 | 1011011 | 1101 | 110 | 1010100 | 101111 |
Color Harmonies of #DD2713
Complementary color
Monochromatic Colors of #DD2713
Black with #DD2713
Text Example
Text Example
White with #DD2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2713; }
p { color: rgb(221,39,19); }
H1.HeaderClassName
{
color: #DD2713;
}
.AnyTagClassName
{
color: #DD2713;
}
</style>
background-color css
<style>
a { background-color: #DD2713; }
a { background-color: rgb(221,39,19); }
div.DivClassName
{
background-color: #DD2713;
}
.BgClassName
{
background-color: #DD2713;
}
</style>
border-color css
<style>
span { border-color: #DD2713; }
span { border-color: rgb(221,39,19); }
td.TdClassName
{
border-color: #DD2713;
}
.TagClassName
{
border-color: #DD2713;
}
</style>