Html Css Color HEX #DD301C Harley Davidson Orange
📋 copy color: '#DD301C'red 221 ◦ green 48 ◦ blue 28
Shades of Harley Davidson Orange #DD301C
Tints of Harley Davidson Orange #DD301C
RGB
CMYK
RGB Variations
Color information
#DD301C (or 0xDD301C) is known color: Harley Davidson Orange. HEX triplet: DD, 30 and 1C. RGB value is (221,48,28). Sum of RGB (Red+Green+Blue) = 221+48+28=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD301C is #22CFE3. Grayscale: #616161. Windows color (decimal): -2281444 or 1847517. OLE color: 1847517.
HSL color Cylindrical-coordinate representation of color #DD301C: hue angle of 6.22º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD301C is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 28 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.13 |
| HSL | 6.22º | 0.78% | 0.49% | - |
| HSV(B) | 6.22º | 0.87% | 0.87% | - |
| XYZ | 31.09 | 17.57 | 2.85 | - |
| YUV | 97.45 | 88.81 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 28 | 0 | 0.78 | 0.87 | 0.13 | 6.22 | 0.78 | 0.49 |
| Hex | DD | 30 | 1C | 0 | 4E | 57 | D | 6 | 4E | 31 |
| Octal | 335 | 60 | 34 | 0 | 116 | 127 | 15 | 6 | 116 | 61 |
| Binary | 11011101 | 110000 | 11100 | 0 | 1001110 | 1010111 | 1101 | 110 | 1001110 | 110001 |
Color Harmonies of #DD301C
Complementary color
Monochromatic Colors of #DD301C
Black with #DD301C
Text Example
Text Example
White with #DD301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD301C; }
p { color: rgb(221,48,28); }
H1.HeaderClassName
{
color: #DD301C;
}
.AnyTagClassName
{
color: #DD301C;
}
</style>
background-color css
<style>
a { background-color: #DD301C; }
a { background-color: rgb(221,48,28); }
div.DivClassName
{
background-color: #DD301C;
}
.BgClassName
{
background-color: #DD301C;
}
</style>
border-color css
<style>
span { border-color: #DD301C; }
span { border-color: rgb(221,48,28); }
td.TdClassName
{
border-color: #DD301C;
}
.TagClassName
{
border-color: #DD301C;
}
</style>