Html Css Color HEX #DF3212 Harley Davidson Orange
📋 copy color: '#DF3212'red 223 ◦ green 50 ◦ blue 18
Shades of Harley Davidson Orange #DF3212
Tints of Harley Davidson Orange #DF3212
RGB
CMYK
RGB Variations
Color information
#DF3212 (or 0xDF3212) is known color: Harley Davidson Orange. HEX triplet: DF, 32 and 12. RGB value is (223,50,18). Sum of RGB (Red+Green+Blue) = 223+50+18=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3212 is #20CDED. Grayscale: #626262. Windows color (decimal): -2149870 or 1192671. OLE color: 1192671.
HSL color Cylindrical-coordinate representation of color #DF3212: hue angle of 9.37º 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 #DF3212 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 18 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.13 |
| HSL | 9.37º | 0.85% | 0.47% | - |
| HSV(B) | 9.37º | 0.92% | 0.87% | - |
| XYZ | 31.68 | 18.01 | 2.38 | - |
| YUV | 98.08 | 82.81 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 18 | 0 | 0.78 | 0.92 | 0.13 | 9.37 | 0.85 | 0.47 |
| Hex | DF | 32 | 12 | 0 | 4E | 5C | D | 9 | 55 | 2F |
| Octal | 337 | 62 | 22 | 0 | 116 | 134 | 15 | 11 | 125 | 57 |
| Binary | 11011111 | 110010 | 10010 | 0 | 1001110 | 1011100 | 1101 | 1001 | 1010101 | 101111 |
Color Harmonies of #DF3212
Complementary color
Monochromatic Colors of #DF3212
Black with #DF3212
Text Example
Text Example
White with #DF3212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3212; }
p { color: rgb(223,50,18); }
H1.HeaderClassName
{
color: #DF3212;
}
.AnyTagClassName
{
color: #DF3212;
}
</style>
background-color css
<style>
a { background-color: #DF3212; }
a { background-color: rgb(223,50,18); }
div.DivClassName
{
background-color: #DF3212;
}
.BgClassName
{
background-color: #DF3212;
}
</style>
border-color css
<style>
span { border-color: #DF3212; }
span { border-color: rgb(223,50,18); }
td.TdClassName
{
border-color: #DF3212;
}
.TagClassName
{
border-color: #DF3212;
}
</style>