Html Css Color HEX #DD341A Harley Davidson Orange
📋 copy color: '#DD341A'red 221 ◦ green 52 ◦ blue 26
Shades of Harley Davidson Orange #DD341A
Tints of Harley Davidson Orange #DD341A
RGB
CMYK
RGB Variations
Color information
#DD341A (or 0xDD341A) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 1A. RGB value is (221,52,26). Sum of RGB (Red+Green+Blue) = 221+52+26=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD341A is #22CBE5. Grayscale: #636363. Windows color (decimal): -2280422 or 1717469. OLE color: 1717469.
HSL color Cylindrical-coordinate representation of color #DD341A: hue angle of 8º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD341A is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 26 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.13 |
| HSL | 8º | 0.79% | 0.48% | - |
| HSV(B) | 8º | 0.88% | 0.87% | - |
| XYZ | 31.23 | 17.9 | 2.79 | - |
| YUV | 99.57 | 86.49 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 26 | 0 | 0.76 | 0.88 | 0.13 | 8 | 0.79 | 0.48 |
| Hex | DD | 34 | 1A | 0 | 4C | 58 | D | 8 | 4F | 30 |
| Octal | 335 | 64 | 32 | 0 | 114 | 130 | 15 | 10 | 117 | 60 |
| Binary | 11011101 | 110100 | 11010 | 0 | 1001100 | 1011000 | 1101 | 1000 | 1001111 | 110000 |
Color Harmonies of #DD341A
Complementary color
Monochromatic Colors of #DD341A
Black with #DD341A
Text Example
Text Example
White with #DD341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD341A; }
p { color: rgb(221,52,26); }
H1.HeaderClassName
{
color: #DD341A;
}
.AnyTagClassName
{
color: #DD341A;
}
</style>
background-color css
<style>
a { background-color: #DD341A; }
a { background-color: rgb(221,52,26); }
div.DivClassName
{
background-color: #DD341A;
}
.BgClassName
{
background-color: #DD341A;
}
</style>
border-color css
<style>
span { border-color: #DD341A; }
span { border-color: rgb(221,52,26); }
td.TdClassName
{
border-color: #DD341A;
}
.TagClassName
{
border-color: #DD341A;
}
</style>