Html Css Color HEX #DD1A14 Harley Davidson Orange
📋 copy color: '#DD1A14'red 221 ◦ green 26 ◦ blue 20
Shades of Harley Davidson Orange #DD1A14
Tints of Harley Davidson Orange #DD1A14
RGB
CMYK
RGB Variations
Color information
#DD1A14 (or 0xDD1A14) is known color: Harley Davidson Orange. HEX triplet: DD, 1A and 14. RGB value is (221,26,20). Sum of RGB (Red+Green+Blue) = 221+26+20=267 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.77% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1A14 is #22E5EB. Grayscale: #535353. Windows color (decimal): -2287084 or 1317597. OLE color: 1317597.
HSL color Cylindrical-coordinate representation of color #DD1A14: hue angle of 1.79º 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 #DD1A14 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 20 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.13 |
| HSL | 1.79º | 0.83% | 0.47% | - |
| HSV(B) | 1.79º | 0.91% | 0.87% | - |
| XYZ | 30.31 | 16.16 | 2.18 | - |
| YUV | 83.62 | 92.1 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 20 | 0 | 0.88 | 0.91 | 0.13 | 1.79 | 0.83 | 0.47 |
| Hex | DD | 1A | 14 | 0 | 58 | 5B | D | 2 | 53 | 2F |
| Octal | 335 | 32 | 24 | 0 | 130 | 133 | 15 | 2 | 123 | 57 |
| Binary | 11011101 | 11010 | 10100 | 0 | 1011000 | 1011011 | 1101 | 10 | 1010011 | 101111 |
Color Harmonies of #DD1A14
Complementary color
Monochromatic Colors of #DD1A14
Black with #DD1A14
Text Example
Text Example
White with #DD1A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1A14; }
p { color: rgb(221,26,20); }
H1.HeaderClassName
{
color: #DD1A14;
}
.AnyTagClassName
{
color: #DD1A14;
}
</style>
background-color css
<style>
a { background-color: #DD1A14; }
a { background-color: rgb(221,26,20); }
div.DivClassName
{
background-color: #DD1A14;
}
.BgClassName
{
background-color: #DD1A14;
}
</style>
border-color css
<style>
span { border-color: #DD1A14; }
span { border-color: rgb(221,26,20); }
td.TdClassName
{
border-color: #DD1A14;
}
.TagClassName
{
border-color: #DD1A14;
}
</style>