Html Css Color HEX #DD351B Harley Davidson Orange
📋 copy color: '#DD351B'red 221 ◦ green 53 ◦ blue 27
Shades of Harley Davidson Orange #DD351B
Tints of Harley Davidson Orange #DD351B
RGB
CMYK
RGB Variations
Color information
#DD351B (or 0xDD351B) is known color: Harley Davidson Orange. HEX triplet: DD, 35 and 1B. RGB value is (221,53,27). Sum of RGB (Red+Green+Blue) = 221+53+27=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD351B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD351B is #22CAE4. Grayscale: #646464. Windows color (decimal): -2280165 or 1783261. OLE color: 1783261.
HSL color Cylindrical-coordinate representation of color #DD351B: hue angle of 8.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD351B is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 27 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.13 |
| HSL | 8.04º | 0.78% | 0.49% | - |
| HSV(B) | 8.04º | 0.88% | 0.87% | - |
| XYZ | 31.29 | 18 | 2.86 | - |
| YUV | 100.27 | 86.66 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 27 | 0 | 0.76 | 0.88 | 0.13 | 8.04 | 0.78 | 0.49 |
| Hex | DD | 35 | 1B | 0 | 4C | 58 | D | 8 | 4E | 31 |
| Octal | 335 | 65 | 33 | 0 | 114 | 130 | 15 | 10 | 116 | 61 |
| Binary | 11011101 | 110101 | 11011 | 0 | 1001100 | 1011000 | 1101 | 1000 | 1001110 | 110001 |
Color Harmonies of #DD351B
Complementary color
Monochromatic Colors of #DD351B
Black with #DD351B
Text Example
Text Example
White with #DD351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD351B; }
p { color: rgb(221,53,27); }
H1.HeaderClassName
{
color: #DD351B;
}
.AnyTagClassName
{
color: #DD351B;
}
</style>
background-color css
<style>
a { background-color: #DD351B; }
a { background-color: rgb(221,53,27); }
div.DivClassName
{
background-color: #DD351B;
}
.BgClassName
{
background-color: #DD351B;
}
</style>
border-color css
<style>
span { border-color: #DD351B; }
span { border-color: rgb(221,53,27); }
td.TdClassName
{
border-color: #DD351B;
}
.TagClassName
{
border-color: #DD351B;
}
</style>