Html Css Color HEX #DD1F04 Harley Davidson Orange
📋 copy color: '#DD1F04'red 221 ◦ green 31 ◦ blue 4
Shades of Harley Davidson Orange #DD1F04
Tints of Harley Davidson Orange #DD1F04
RGB
CMYK
RGB Variations
Color information
#DD1F04 (or 0xDD1F04) is known color: Harley Davidson Orange. HEX triplet: DD, 1F and 04. RGB value is (221,31,4). Sum of RGB (Red+Green+Blue) = 221+31+4=256 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.33% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1F04 is #22E0FB. Grayscale: #555555. Windows color (decimal): -2285820 or 270301. OLE color: 270301.
HSL color Cylindrical-coordinate representation of color #DD1F04: hue angle of 7.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD1F04 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 31 | 4 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.13 |
| HSL | 7.47º | 0.96% | 0.44% | - |
| HSV(B) | 7.47º | 0.98% | 0.87% | - |
| XYZ | 30.33 | 16.36 | 1.67 | - |
| YUV | 84.73 | 82.45 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 31 | 4 | 0 | 0.86 | 0.98 | 0.13 | 7.47 | 0.96 | 0.44 |
| Hex | DD | 1F | 4 | 0 | 56 | 62 | D | 7 | 60 | 2C |
| Octal | 335 | 37 | 4 | 0 | 126 | 142 | 15 | 7 | 140 | 54 |
| Binary | 11011101 | 11111 | 100 | 0 | 1010110 | 1100010 | 1101 | 111 | 1100000 | 101100 |
Color Harmonies of #DD1F04
Complementary color
Monochromatic Colors of #DD1F04
Black with #DD1F04
Text Example
Text Example
White with #DD1F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1F04; }
p { color: rgb(221,31,4); }
H1.HeaderClassName
{
color: #DD1F04;
}
.AnyTagClassName
{
color: #DD1F04;
}
</style>
background-color css
<style>
a { background-color: #DD1F04; }
a { background-color: rgb(221,31,4); }
div.DivClassName
{
background-color: #DD1F04;
}
.BgClassName
{
background-color: #DD1F04;
}
</style>
border-color css
<style>
span { border-color: #DD1F04; }
span { border-color: rgb(221,31,4); }
td.TdClassName
{
border-color: #DD1F04;
}
.TagClassName
{
border-color: #DD1F04;
}
</style>