Html Css Color HEX #DD1B14 Harley Davidson Orange
📋 copy color: '#DD1B14'red 221 ◦ green 27 ◦ blue 20
Shades of Harley Davidson Orange #DD1B14
Tints of Harley Davidson Orange #DD1B14
RGB
CMYK
RGB Variations
Color information
#DD1B14 (or 0xDD1B14) is known color: Harley Davidson Orange. HEX triplet: DD, 1B and 14. RGB value is (221,27,20). Sum of RGB (Red+Green+Blue) = 221+27+20=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1B14 is #22E4EB. Grayscale: #545454. Windows color (decimal): -2286828 or 1317853. OLE color: 1317853.
HSL color Cylindrical-coordinate representation of color #DD1B14: hue angle of 2.09º degrees, saturation: 0.83, 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 #DD1B14 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 20 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.13 |
| HSL | 2.09º | 0.83% | 0.47% | - |
| HSV(B) | 2.09º | 0.91% | 0.87% | - |
| XYZ | 30.34 | 16.21 | 2.19 | - |
| YUV | 84.21 | 91.77 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 20 | 0 | 0.88 | 0.91 | 0.13 | 2.09 | 0.83 | 0.47 |
| Hex | DD | 1B | 14 | 0 | 58 | 5B | D | 2 | 53 | 2F |
| Octal | 335 | 33 | 24 | 0 | 130 | 133 | 15 | 2 | 123 | 57 |
| Binary | 11011101 | 11011 | 10100 | 0 | 1011000 | 1011011 | 1101 | 10 | 1010011 | 101111 |
Color Harmonies of #DD1B14
Complementary color
Monochromatic Colors of #DD1B14
Black with #DD1B14
Text Example
Text Example
White with #DD1B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B14; }
p { color: rgb(221,27,20); }
H1.HeaderClassName
{
color: #DD1B14;
}
.AnyTagClassName
{
color: #DD1B14;
}
</style>
background-color css
<style>
a { background-color: #DD1B14; }
a { background-color: rgb(221,27,20); }
div.DivClassName
{
background-color: #DD1B14;
}
.BgClassName
{
background-color: #DD1B14;
}
</style>
border-color css
<style>
span { border-color: #DD1B14; }
span { border-color: rgb(221,27,20); }
td.TdClassName
{
border-color: #DD1B14;
}
.TagClassName
{
border-color: #DD1B14;
}
</style>