Html Css Color HEX #DD260C Harley Davidson Orange
📋 copy color: '#DD260C'red 221 ◦ green 38 ◦ blue 12
Shades of Harley Davidson Orange #DD260C
Tints of Harley Davidson Orange #DD260C
RGB
CMYK
RGB Variations
Color information
#DD260C (or 0xDD260C) is known color: Harley Davidson Orange. HEX triplet: DD, 26 and 0C. RGB value is (221,38,12). Sum of RGB (Red+Green+Blue) = 221+38+12=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD260C is #22D9F3. Grayscale: #5A5A5A. Windows color (decimal): -2284020 or 796381. OLE color: 796381.
HSL color Cylindrical-coordinate representation of color #DD260C: hue angle of 7.46º 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 #DD260C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.13 |
| HSL | 7.46º | 0.9% | 0.46% | - |
| HSV(B) | 7.46º | 0.95% | 0.87% | - |
| XYZ | 30.58 | 16.78 | 1.98 | - |
| YUV | 89.75 | 84.13 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 12 | 0 | 0.83 | 0.95 | 0.13 | 7.46 | 0.9 | 0.46 |
| Hex | DD | 26 | C | 0 | 53 | 5F | D | 7 | 5A | 2E |
| Octal | 335 | 46 | 14 | 0 | 123 | 137 | 15 | 7 | 132 | 56 |
| Binary | 11011101 | 100110 | 1100 | 0 | 1010011 | 1011111 | 1101 | 111 | 1011010 | 101110 |
Color Harmonies of #DD260C
Complementary color
Monochromatic Colors of #DD260C
Black with #DD260C
Text Example
Text Example
White with #DD260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD260C; }
p { color: rgb(221,38,12); }
H1.HeaderClassName
{
color: #DD260C;
}
.AnyTagClassName
{
color: #DD260C;
}
</style>
background-color css
<style>
a { background-color: #DD260C; }
a { background-color: rgb(221,38,12); }
div.DivClassName
{
background-color: #DD260C;
}
.BgClassName
{
background-color: #DD260C;
}
</style>
border-color css
<style>
span { border-color: #DD260C; }
span { border-color: rgb(221,38,12); }
td.TdClassName
{
border-color: #DD260C;
}
.TagClassName
{
border-color: #DD260C;
}
</style>