Html Css Color HEX #DF230D Harley Davidson Orange
📋 copy color: '#DF230D'red 223 ◦ green 35 ◦ blue 13
Shades of Harley Davidson Orange #DF230D
Tints of Harley Davidson Orange #DF230D
RGB
CMYK
RGB Variations
Color information
#DF230D (or 0xDF230D) is known color: Harley Davidson Orange. HEX triplet: DF, 23 and 0D. RGB value is (223,35,13). Sum of RGB (Red+Green+Blue) = 223+35+13=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF230D is #20DCF2. Grayscale: #585858. Windows color (decimal): -2153715 or 861151. OLE color: 861151.
HSL color Cylindrical-coordinate representation of color #DF230D: hue angle of 6.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF230D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 13 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.13 |
| HSL | 6.29º | 0.89% | 0.46% | - |
| HSV(B) | 6.29º | 0.94% | 0.87% | - |
| XYZ | 31.11 | 16.92 | 2.01 | - |
| YUV | 88.7 | 85.28 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 13 | 0 | 0.84 | 0.94 | 0.13 | 6.29 | 0.89 | 0.46 |
| Hex | DF | 23 | D | 0 | 54 | 5E | D | 6 | 59 | 2E |
| Octal | 337 | 43 | 15 | 0 | 124 | 136 | 15 | 6 | 131 | 56 |
| Binary | 11011111 | 100011 | 1101 | 0 | 1010100 | 1011110 | 1101 | 110 | 1011001 | 101110 |
Color Harmonies of #DF230D
Complementary color
Monochromatic Colors of #DF230D
Black with #DF230D
Text Example
Text Example
White with #DF230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF230D; }
p { color: rgb(223,35,13); }
H1.HeaderClassName
{
color: #DF230D;
}
.AnyTagClassName
{
color: #DF230D;
}
</style>
background-color css
<style>
a { background-color: #DF230D; }
a { background-color: rgb(223,35,13); }
div.DivClassName
{
background-color: #DF230D;
}
.BgClassName
{
background-color: #DF230D;
}
</style>
border-color css
<style>
span { border-color: #DF230D; }
span { border-color: rgb(223,35,13); }
td.TdClassName
{
border-color: #DF230D;
}
.TagClassName
{
border-color: #DF230D;
}
</style>