Html Css Color HEX #DD230F Harley Davidson Orange
📋 copy color: '#DD230F'red 221 ◦ green 35 ◦ blue 15
Shades of Harley Davidson Orange #DD230F
Tints of Harley Davidson Orange #DD230F
RGB
CMYK
RGB Variations
Color information
#DD230F (or 0xDD230F) is known color: Harley Davidson Orange. HEX triplet: DD, 23 and 0F. RGB value is (221,35,15). Sum of RGB (Red+Green+Blue) = 221+35+15=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD230F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD230F is #22DCF0. Grayscale: #585858. Windows color (decimal): -2284785 or 992221. OLE color: 992221.
HSL color Cylindrical-coordinate representation of color #DD230F: hue angle of 5.83º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD230F is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 15 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.13 |
| HSL | 5.83º | 0.87% | 0.46% | - |
| HSV(B) | 5.83º | 0.93% | 0.87% | - |
| XYZ | 30.51 | 16.61 | 2.05 | - |
| YUV | 88.33 | 86.62 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 15 | 0 | 0.84 | 0.93 | 0.13 | 5.83 | 0.87 | 0.46 |
| Hex | DD | 23 | F | 0 | 54 | 5D | D | 6 | 57 | 2E |
| Octal | 335 | 43 | 17 | 0 | 124 | 135 | 15 | 6 | 127 | 56 |
| Binary | 11011101 | 100011 | 1111 | 0 | 1010100 | 1011101 | 1101 | 110 | 1010111 | 101110 |
Color Harmonies of #DD230F
Complementary color
Monochromatic Colors of #DD230F
Black with #DD230F
Text Example
Text Example
White with #DD230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD230F; }
p { color: rgb(221,35,15); }
H1.HeaderClassName
{
color: #DD230F;
}
.AnyTagClassName
{
color: #DD230F;
}
</style>
background-color css
<style>
a { background-color: #DD230F; }
a { background-color: rgb(221,35,15); }
div.DivClassName
{
background-color: #DD230F;
}
.BgClassName
{
background-color: #DD230F;
}
</style>
border-color css
<style>
span { border-color: #DD230F; }
span { border-color: rgb(221,35,15); }
td.TdClassName
{
border-color: #DD230F;
}
.TagClassName
{
border-color: #DD230F;
}
</style>