Html Css Color HEX #DF3312 Harley Davidson Orange
📋 copy color: '#DF3312'red 223 ◦ green 51 ◦ blue 18
Shades of Harley Davidson Orange #DF3312
Tints of Harley Davidson Orange #DF3312
RGB
CMYK
RGB Variations
Color information
#DF3312 (or 0xDF3312) is known color: Harley Davidson Orange. HEX triplet: DF, 33 and 12. RGB value is (223,51,18). Sum of RGB (Red+Green+Blue) = 223+51+18=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3312 is #20CCED. Grayscale: #626262. Windows color (decimal): -2149614 or 1192927. OLE color: 1192927.
HSL color Cylindrical-coordinate representation of color #DF3312: hue angle of 9.66º 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 #DF3312 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 18 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.13 |
| HSL | 9.66º | 0.85% | 0.47% | - |
| HSV(B) | 9.66º | 0.92% | 0.87% | - |
| XYZ | 31.72 | 18.1 | 2.39 | - |
| YUV | 98.67 | 82.48 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 18 | 0 | 0.77 | 0.92 | 0.13 | 9.66 | 0.85 | 0.47 |
| Hex | DF | 33 | 12 | 0 | 4D | 5C | D | A | 55 | 2F |
| Octal | 337 | 63 | 22 | 0 | 115 | 134 | 15 | 12 | 125 | 57 |
| Binary | 11011111 | 110011 | 10010 | 0 | 1001101 | 1011100 | 1101 | 1010 | 1010101 | 101111 |
Color Harmonies of #DF3312
Complementary color
Monochromatic Colors of #DF3312
Black with #DF3312
Text Example
Text Example
White with #DF3312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3312; }
p { color: rgb(223,51,18); }
H1.HeaderClassName
{
color: #DF3312;
}
.AnyTagClassName
{
color: #DF3312;
}
</style>
background-color css
<style>
a { background-color: #DF3312; }
a { background-color: rgb(223,51,18); }
div.DivClassName
{
background-color: #DF3312;
}
.BgClassName
{
background-color: #DF3312;
}
</style>
border-color css
<style>
span { border-color: #DF3312; }
span { border-color: rgb(223,51,18); }
td.TdClassName
{
border-color: #DF3312;
}
.TagClassName
{
border-color: #DF3312;
}
</style>