Html Css Color HEX #DD240B Harley Davidson Orange
📋 copy color: '#DD240B'red 221 ◦ green 36 ◦ blue 11
Shades of Harley Davidson Orange #DD240B
Tints of Harley Davidson Orange #DD240B
RGB
CMYK
RGB Variations
Color information
#DD240B (or 0xDD240B) is known color: Harley Davidson Orange. HEX triplet: DD, 24 and 0B. RGB value is (221,36,11). Sum of RGB (Red+Green+Blue) = 221+36+11=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD240B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD240B is #22DBF4. Grayscale: #585858. Windows color (decimal): -2284533 or 730333. OLE color: 730333.
HSL color Cylindrical-coordinate representation of color #DD240B: hue angle of 7.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD240B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.13 |
| HSL | 7.14º | 0.91% | 0.45% | - |
| HSV(B) | 7.14º | 0.95% | 0.87% | - |
| XYZ | 30.51 | 16.66 | 1.92 | - |
| YUV | 88.47 | 84.29 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 11 | 0 | 0.84 | 0.95 | 0.13 | 7.14 | 0.91 | 0.45 |
| Hex | DD | 24 | B | 0 | 54 | 5F | D | 7 | 5B | 2D |
| Octal | 335 | 44 | 13 | 0 | 124 | 137 | 15 | 7 | 133 | 55 |
| Binary | 11011101 | 100100 | 1011 | 0 | 1010100 | 1011111 | 1101 | 111 | 1011011 | 101101 |
Color Harmonies of #DD240B
Complementary color
Monochromatic Colors of #DD240B
Black with #DD240B
Text Example
Text Example
White with #DD240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD240B; }
p { color: rgb(221,36,11); }
H1.HeaderClassName
{
color: #DD240B;
}
.AnyTagClassName
{
color: #DD240B;
}
</style>
background-color css
<style>
a { background-color: #DD240B; }
a { background-color: rgb(221,36,11); }
div.DivClassName
{
background-color: #DD240B;
}
.BgClassName
{
background-color: #DD240B;
}
</style>
border-color css
<style>
span { border-color: #DD240B; }
span { border-color: rgb(221,36,11); }
td.TdClassName
{
border-color: #DD240B;
}
.TagClassName
{
border-color: #DD240B;
}
</style>