Html Css Color HEX #DD421C Harley Davidson Orange
📋 copy color: '#DD421C'red 221 ◦ green 66 ◦ blue 28
Shades of Harley Davidson Orange #DD421C
Tints of Harley Davidson Orange #DD421C
RGB
CMYK
RGB Variations
Color information
#DD421C (or 0xDD421C) is known color: Harley Davidson Orange. HEX triplet: DD, 42 and 1C. RGB value is (221,66,28). Sum of RGB (Red+Green+Blue) = 221+66+28=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD421C is #22BDE3. Grayscale: #6C6C6C. Windows color (decimal): -2276836 or 1852125. OLE color: 1852125.
HSL color Cylindrical-coordinate representation of color #DD421C: hue angle of 11.81º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD421C is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 28 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.13 |
| HSL | 11.81º | 0.78% | 0.49% | - |
| HSV(B) | 11.81º | 0.87% | 0.87% | - |
| XYZ | 31.98 | 19.35 | 3.15 | - |
| YUV | 108.01 | 82.85 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 28 | 0 | 0.70 | 0.87 | 0.13 | 11.81 | 0.78 | 0.49 |
| Hex | DD | 42 | 1C | 0 | 46 | 57 | D | C | 4E | 31 |
| Octal | 335 | 102 | 34 | 0 | 106 | 127 | 15 | 14 | 116 | 61 |
| Binary | 11011101 | 1000010 | 11100 | 0 | 1000110 | 1010111 | 1101 | 1100 | 1001110 | 110001 |
Color Harmonies of #DD421C
Complementary color
Monochromatic Colors of #DD421C
Black with #DD421C
Text Example
Text Example
White with #DD421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD421C; }
p { color: rgb(221,66,28); }
H1.HeaderClassName
{
color: #DD421C;
}
.AnyTagClassName
{
color: #DD421C;
}
</style>
background-color css
<style>
a { background-color: #DD421C; }
a { background-color: rgb(221,66,28); }
div.DivClassName
{
background-color: #DD421C;
}
.BgClassName
{
background-color: #DD421C;
}
</style>
border-color css
<style>
span { border-color: #DD421C; }
span { border-color: rgb(221,66,28); }
td.TdClassName
{
border-color: #DD421C;
}
.TagClassName
{
border-color: #DD421C;
}
</style>