Html Css Color HEX #DD400C Harley Davidson Orange
📋 copy color: '#DD400C'red 221 ◦ green 64 ◦ blue 12
Shades of Harley Davidson Orange #DD400C
Tints of Harley Davidson Orange #DD400C
RGB
CMYK
RGB Variations
Color information
#DD400C (or 0xDD400C) is known color: Harley Davidson Orange. HEX triplet: DD, 40 and 0C. RGB value is (221,64,12). Sum of RGB (Red+Green+Blue) = 221+64+12=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD400C is #22BFF3. Grayscale: #696969. Windows color (decimal): -2277364 or 803037. OLE color: 803037.
HSL color Cylindrical-coordinate representation of color #DD400C: hue angle of 14.93º 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 #DD400C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.13 |
| HSL | 14.93º | 0.9% | 0.46% | - |
| HSV(B) | 14.93º | 0.95% | 0.87% | - |
| XYZ | 31.72 | 19.07 | 2.36 | - |
| YUV | 105.02 | 75.51 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 12 | 0 | 0.71 | 0.95 | 0.13 | 14.93 | 0.9 | 0.46 |
| Hex | DD | 40 | C | 0 | 47 | 5F | D | F | 5A | 2E |
| Octal | 335 | 100 | 14 | 0 | 107 | 137 | 15 | 17 | 132 | 56 |
| Binary | 11011101 | 1000000 | 1100 | 0 | 1000111 | 1011111 | 1101 | 1111 | 1011010 | 101110 |
Color Harmonies of #DD400C
Complementary color
Monochromatic Colors of #DD400C
Black with #DD400C
Text Example
Text Example
White with #DD400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD400C; }
p { color: rgb(221,64,12); }
H1.HeaderClassName
{
color: #DD400C;
}
.AnyTagClassName
{
color: #DD400C;
}
</style>
background-color css
<style>
a { background-color: #DD400C; }
a { background-color: rgb(221,64,12); }
div.DivClassName
{
background-color: #DD400C;
}
.BgClassName
{
background-color: #DD400C;
}
</style>
border-color css
<style>
span { border-color: #DD400C; }
span { border-color: rgb(221,64,12); }
td.TdClassName
{
border-color: #DD400C;
}
.TagClassName
{
border-color: #DD400C;
}
</style>