Html Css Color HEX #DF3412 Harley Davidson Orange
📋 copy color: '#DF3412'red 223 ◦ green 52 ◦ blue 18
Shades of Harley Davidson Orange #DF3412
Tints of Harley Davidson Orange #DF3412
RGB
CMYK
RGB Variations
Color information
#DF3412 (or 0xDF3412) is known color: Harley Davidson Orange. HEX triplet: DF, 34 and 12. RGB value is (223,52,18). Sum of RGB (Red+Green+Blue) = 223+52+18=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3412 is #20CBED. Grayscale: #636363. Windows color (decimal): -2149358 or 1193183. OLE color: 1193183.
HSL color Cylindrical-coordinate representation of color #DF3412: hue angle of 9.95º 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 #DF3412 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 18 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.13 |
| HSL | 9.95º | 0.85% | 0.47% | - |
| HSV(B) | 9.95º | 0.92% | 0.87% | - |
| XYZ | 31.77 | 18.19 | 2.41 | - |
| YUV | 99.25 | 82.15 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 18 | 0 | 0.77 | 0.92 | 0.13 | 9.95 | 0.85 | 0.47 |
| Hex | DF | 34 | 12 | 0 | 4D | 5C | D | A | 55 | 2F |
| Octal | 337 | 64 | 22 | 0 | 115 | 134 | 15 | 12 | 125 | 57 |
| Binary | 11011111 | 110100 | 10010 | 0 | 1001101 | 1011100 | 1101 | 1010 | 1010101 | 101111 |
Color Harmonies of #DF3412
Complementary color
Monochromatic Colors of #DF3412
Black with #DF3412
Text Example
Text Example
White with #DF3412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3412; }
p { color: rgb(223,52,18); }
H1.HeaderClassName
{
color: #DF3412;
}
.AnyTagClassName
{
color: #DF3412;
}
</style>
background-color css
<style>
a { background-color: #DF3412; }
a { background-color: rgb(223,52,18); }
div.DivClassName
{
background-color: #DF3412;
}
.BgClassName
{
background-color: #DF3412;
}
</style>
border-color css
<style>
span { border-color: #DF3412; }
span { border-color: rgb(223,52,18); }
td.TdClassName
{
border-color: #DF3412;
}
.TagClassName
{
border-color: #DF3412;
}
</style>