Html Css Color HEX #DD241C Harley Davidson Orange
📋 copy color: '#DD241C'red 221 ◦ green 36 ◦ blue 28
Shades of Harley Davidson Orange #DD241C
Tints of Harley Davidson Orange #DD241C
RGB
CMYK
RGB Variations
Color information
#DD241C (or 0xDD241C) is known color: Harley Davidson Orange. HEX triplet: DD, 24 and 1C. RGB value is (221,36,28). Sum of RGB (Red+Green+Blue) = 221+36+28=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD241C is #22DBE3. Grayscale: #5A5A5A. Windows color (decimal): -2284516 or 1844445. OLE color: 1844445.
HSL color Cylindrical-coordinate representation of color #DD241C: hue angle of 2.49º 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 #DD241C is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 28 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.13 |
| HSL | 2.49º | 0.78% | 0.49% | - |
| HSV(B) | 2.49º | 0.87% | 0.87% | - |
| XYZ | 30.66 | 16.72 | 2.71 | - |
| YUV | 90.4 | 92.79 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 28 | 0 | 0.84 | 0.87 | 0.13 | 2.49 | 0.78 | 0.49 |
| Hex | DD | 24 | 1C | 0 | 54 | 57 | D | 2 | 4E | 31 |
| Octal | 335 | 44 | 34 | 0 | 124 | 127 | 15 | 2 | 116 | 61 |
| Binary | 11011101 | 100100 | 11100 | 0 | 1010100 | 1010111 | 1101 | 10 | 1001110 | 110001 |
Color Harmonies of #DD241C
Complementary color
Monochromatic Colors of #DD241C
Black with #DD241C
Text Example
Text Example
White with #DD241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD241C; }
p { color: rgb(221,36,28); }
H1.HeaderClassName
{
color: #DD241C;
}
.AnyTagClassName
{
color: #DD241C;
}
</style>
background-color css
<style>
a { background-color: #DD241C; }
a { background-color: rgb(221,36,28); }
div.DivClassName
{
background-color: #DD241C;
}
.BgClassName
{
background-color: #DD241C;
}
</style>
border-color css
<style>
span { border-color: #DD241C; }
span { border-color: rgb(221,36,28); }
td.TdClassName
{
border-color: #DD241C;
}
.TagClassName
{
border-color: #DD241C;
}
</style>