Html Css Color HEX #DD420F Harley Davidson Orange
📋 copy color: '#DD420F'red 221 ◦ green 66 ◦ blue 15
Shades of Harley Davidson Orange #DD420F
Tints of Harley Davidson Orange #DD420F
RGB
CMYK
RGB Variations
Color information
#DD420F (or 0xDD420F) is known color: Harley Davidson Orange. HEX triplet: DD, 42 and 0F. RGB value is (221,66,15). Sum of RGB (Red+Green+Blue) = 221+66+15=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD420F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD420F is #22BDF0. Grayscale: #6A6A6A. Windows color (decimal): -2276849 or 1000157. OLE color: 1000157.
HSL color Cylindrical-coordinate representation of color #DD420F: hue angle of 14.85º 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 #DD420F is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 15 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.13 |
| HSL | 14.85º | 0.87% | 0.46% | - |
| HSV(B) | 14.85º | 0.93% | 0.87% | - |
| XYZ | 31.85 | 19.3 | 2.5 | - |
| YUV | 106.53 | 76.35 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 15 | 0 | 0.70 | 0.93 | 0.13 | 14.85 | 0.87 | 0.46 |
| Hex | DD | 42 | F | 0 | 46 | 5D | D | F | 57 | 2E |
| Octal | 335 | 102 | 17 | 0 | 106 | 135 | 15 | 17 | 127 | 56 |
| Binary | 11011101 | 1000010 | 1111 | 0 | 1000110 | 1011101 | 1101 | 1111 | 1010111 | 101110 |
Color Harmonies of #DD420F
Complementary color
Monochromatic Colors of #DD420F
Black with #DD420F
Text Example
Text Example
White with #DD420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD420F; }
p { color: rgb(221,66,15); }
H1.HeaderClassName
{
color: #DD420F;
}
.AnyTagClassName
{
color: #DD420F;
}
</style>
background-color css
<style>
a { background-color: #DD420F; }
a { background-color: rgb(221,66,15); }
div.DivClassName
{
background-color: #DD420F;
}
.BgClassName
{
background-color: #DD420F;
}
</style>
border-color css
<style>
span { border-color: #DD420F; }
span { border-color: rgb(221,66,15); }
td.TdClassName
{
border-color: #DD420F;
}
.TagClassName
{
border-color: #DD420F;
}
</style>