Html Css Color HEX #DD340D Harley Davidson Orange
📋 copy color: '#DD340D'red 221 ◦ green 52 ◦ blue 13
Shades of Harley Davidson Orange #DD340D
Tints of Harley Davidson Orange #DD340D
RGB
CMYK
RGB Variations
Color information
#DD340D (or 0xDD340D) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 0D. RGB value is (221,52,13). Sum of RGB (Red+Green+Blue) = 221+52+13=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD340D is #22CBF2. Grayscale: #626262. Windows color (decimal): -2280435 or 865501. OLE color: 865501.
HSL color Cylindrical-coordinate representation of color #DD340D: hue angle of 11.25º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD340D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.13 |
| HSL | 11.25º | 0.89% | 0.46% | - |
| HSV(B) | 11.25º | 0.94% | 0.87% | - |
| XYZ | 31.12 | 17.86 | 2.19 | - |
| YUV | 98.09 | 79.99 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 13 | 0 | 0.76 | 0.94 | 0.13 | 11.25 | 0.89 | 0.46 |
| Hex | DD | 34 | D | 0 | 4C | 5E | D | B | 59 | 2E |
| Octal | 335 | 64 | 15 | 0 | 114 | 136 | 15 | 13 | 131 | 56 |
| Binary | 11011101 | 110100 | 1101 | 0 | 1001100 | 1011110 | 1101 | 1011 | 1011001 | 101110 |
Color Harmonies of #DD340D
Complementary color
Monochromatic Colors of #DD340D
Black with #DD340D
Text Example
Text Example
White with #DD340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD340D; }
p { color: rgb(221,52,13); }
H1.HeaderClassName
{
color: #DD340D;
}
.AnyTagClassName
{
color: #DD340D;
}
</style>
background-color css
<style>
a { background-color: #DD340D; }
a { background-color: rgb(221,52,13); }
div.DivClassName
{
background-color: #DD340D;
}
.BgClassName
{
background-color: #DD340D;
}
</style>
border-color css
<style>
span { border-color: #DD340D; }
span { border-color: rgb(221,52,13); }
td.TdClassName
{
border-color: #DD340D;
}
.TagClassName
{
border-color: #DD340D;
}
</style>