Html Css Color HEX #DF3012 Harley Davidson Orange
📋 copy color: '#DF3012'red 223 ◦ green 48 ◦ blue 18
Shades of Harley Davidson Orange #DF3012
Tints of Harley Davidson Orange #DF3012
RGB
CMYK
RGB Variations
Color information
#DF3012 (or 0xDF3012) is known color: Harley Davidson Orange. HEX triplet: DF, 30 and 12. RGB value is (223,48,18). Sum of RGB (Red+Green+Blue) = 223+48+18=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3012 is #20CFED. Grayscale: #616161. Windows color (decimal): -2150382 or 1192159. OLE color: 1192159.
HSL color Cylindrical-coordinate representation of color #DF3012: hue angle of 8.78º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF3012 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 18 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.13 |
| HSL | 8.78º | 0.85% | 0.47% | - |
| HSV(B) | 8.78º | 0.92% | 0.87% | - |
| XYZ | 31.6 | 17.85 | 2.35 | - |
| YUV | 96.91 | 83.48 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 18 | 0 | 0.78 | 0.92 | 0.13 | 8.78 | 0.85 | 0.47 |
| Hex | DF | 30 | 12 | 0 | 4E | 5C | D | 9 | 55 | 2F |
| Octal | 337 | 60 | 22 | 0 | 116 | 134 | 15 | 11 | 125 | 57 |
| Binary | 11011111 | 110000 | 10010 | 0 | 1001110 | 1011100 | 1101 | 1001 | 1010101 | 101111 |
Color Harmonies of #DF3012
Complementary color
Monochromatic Colors of #DF3012
Black with #DF3012
Text Example
Text Example
White with #DF3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3012; }
p { color: rgb(223,48,18); }
H1.HeaderClassName
{
color: #DF3012;
}
.AnyTagClassName
{
color: #DF3012;
}
</style>
background-color css
<style>
a { background-color: #DF3012; }
a { background-color: rgb(223,48,18); }
div.DivClassName
{
background-color: #DF3012;
}
.BgClassName
{
background-color: #DF3012;
}
</style>
border-color css
<style>
span { border-color: #DF3012; }
span { border-color: rgb(223,48,18); }
td.TdClassName
{
border-color: #DF3012;
}
.TagClassName
{
border-color: #DF3012;
}
</style>