Html Css Color HEX #DD340F Harley Davidson Orange
📋 copy color: '#DD340F'red 221 ◦ green 52 ◦ blue 15
Shades of Harley Davidson Orange #DD340F
Tints of Harley Davidson Orange #DD340F
RGB
CMYK
RGB Variations
Color information
#DD340F (or 0xDD340F) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 0F. RGB value is (221,52,15). Sum of RGB (Red+Green+Blue) = 221+52+15=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD340F is #22CBF0. Grayscale: #626262. Windows color (decimal): -2280433 or 996573. OLE color: 996573.
HSL color Cylindrical-coordinate representation of color #DD340F: hue angle of 10.78º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD340F is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 15 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.13 |
| HSL | 10.78º | 0.87% | 0.46% | - |
| HSV(B) | 10.78º | 0.93% | 0.87% | - |
| XYZ | 31.13 | 17.86 | 2.26 | - |
| YUV | 98.31 | 80.99 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 15 | 0 | 0.76 | 0.93 | 0.13 | 10.78 | 0.87 | 0.46 |
| Hex | DD | 34 | F | 0 | 4C | 5D | D | B | 57 | 2E |
| Octal | 335 | 64 | 17 | 0 | 114 | 135 | 15 | 13 | 127 | 56 |
| Binary | 11011101 | 110100 | 1111 | 0 | 1001100 | 1011101 | 1101 | 1011 | 1010111 | 101110 |
Color Harmonies of #DD340F
Complementary color
Monochromatic Colors of #DD340F
Black with #DD340F
Text Example
Text Example
White with #DD340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD340F; }
p { color: rgb(221,52,15); }
H1.HeaderClassName
{
color: #DD340F;
}
.AnyTagClassName
{
color: #DD340F;
}
</style>
background-color css
<style>
a { background-color: #DD340F; }
a { background-color: rgb(221,52,15); }
div.DivClassName
{
background-color: #DD340F;
}
.BgClassName
{
background-color: #DD340F;
}
</style>
border-color css
<style>
span { border-color: #DD340F; }
span { border-color: rgb(221,52,15); }
td.TdClassName
{
border-color: #DD340F;
}
.TagClassName
{
border-color: #DD340F;
}
</style>