Html Css Color HEX #DD420C Harley Davidson Orange
📋 copy color: '#DD420C'red 221 ◦ green 66 ◦ blue 12
Shades of Harley Davidson Orange #DD420C
Tints of Harley Davidson Orange #DD420C
RGB
CMYK
RGB Variations
Color information
#DD420C (or 0xDD420C) is known color: Harley Davidson Orange. HEX triplet: DD, 42 and 0C. RGB value is (221,66,12). Sum of RGB (Red+Green+Blue) = 221+66+12=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD420C is #22BDF3. Grayscale: #6A6A6A. Windows color (decimal): -2276852 or 803549. OLE color: 803549.
HSL color Cylindrical-coordinate representation of color #DD420C: hue angle of 15.5º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD420C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 12 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.13 |
| HSL | 15.5º | 0.9% | 0.46% | - |
| HSV(B) | 15.5º | 0.95% | 0.87% | - |
| XYZ | 31.83 | 19.3 | 2.39 | - |
| YUV | 106.19 | 74.85 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 12 | 0 | 0.70 | 0.95 | 0.13 | 15.5 | 0.9 | 0.46 |
| Hex | DD | 42 | C | 0 | 46 | 5F | D | 10 | 5A | 2E |
| Octal | 335 | 102 | 14 | 0 | 106 | 137 | 15 | 20 | 132 | 56 |
| Binary | 11011101 | 1000010 | 1100 | 0 | 1000110 | 1011111 | 1101 | 10000 | 1011010 | 101110 |
Color Harmonies of #DD420C
Complementary color
Monochromatic Colors of #DD420C
Black with #DD420C
Text Example
Text Example
White with #DD420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD420C; }
p { color: rgb(221,66,12); }
H1.HeaderClassName
{
color: #DD420C;
}
.AnyTagClassName
{
color: #DD420C;
}
</style>
background-color css
<style>
a { background-color: #DD420C; }
a { background-color: rgb(221,66,12); }
div.DivClassName
{
background-color: #DD420C;
}
.BgClassName
{
background-color: #DD420C;
}
</style>
border-color css
<style>
span { border-color: #DD420C; }
span { border-color: rgb(221,66,12); }
td.TdClassName
{
border-color: #DD420C;
}
.TagClassName
{
border-color: #DD420C;
}
</style>