Html Css Color HEX #DD241A Harley Davidson Orange
📋 copy color: '#DD241A'red 221 ◦ green 36 ◦ blue 26
Shades of Harley Davidson Orange #DD241A
Tints of Harley Davidson Orange #DD241A
RGB
CMYK
RGB Variations
Color information
#DD241A (or 0xDD241A) is known color: Harley Davidson Orange. HEX triplet: DD, 24 and 1A. RGB value is (221,36,26). Sum of RGB (Red+Green+Blue) = 221+36+26=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD241A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD241A is #22DBE5. Grayscale: #5A5A5A. Windows color (decimal): -2284518 or 1713373. OLE color: 1713373.
HSL color Cylindrical-coordinate representation of color #DD241A: hue angle of 3.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD241A is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 26 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.13 |
| HSL | 3.08º | 0.79% | 0.48% | - |
| HSV(B) | 3.08º | 0.88% | 0.87% | - |
| XYZ | 30.64 | 16.71 | 2.59 | - |
| YUV | 90.18 | 91.79 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 26 | 0 | 0.84 | 0.88 | 0.13 | 3.08 | 0.79 | 0.48 |
| Hex | DD | 24 | 1A | 0 | 54 | 58 | D | 3 | 4F | 30 |
| Octal | 335 | 44 | 32 | 0 | 124 | 130 | 15 | 3 | 117 | 60 |
| Binary | 11011101 | 100100 | 11010 | 0 | 1010100 | 1011000 | 1101 | 11 | 1001111 | 110000 |
Color Harmonies of #DD241A
Complementary color
Monochromatic Colors of #DD241A
Black with #DD241A
Text Example
Text Example
White with #DD241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD241A; }
p { color: rgb(221,36,26); }
H1.HeaderClassName
{
color: #DD241A;
}
.AnyTagClassName
{
color: #DD241A;
}
</style>
background-color css
<style>
a { background-color: #DD241A; }
a { background-color: rgb(221,36,26); }
div.DivClassName
{
background-color: #DD241A;
}
.BgClassName
{
background-color: #DD241A;
}
</style>
border-color css
<style>
span { border-color: #DD241A; }
span { border-color: rgb(221,36,26); }
td.TdClassName
{
border-color: #DD241A;
}
.TagClassName
{
border-color: #DD241A;
}
</style>