Html Css Color HEX #DF2F0C Harley Davidson Orange
📋 copy color: '#DF2F0C'red 223 ◦ green 47 ◦ blue 12
Shades of Harley Davidson Orange #DF2F0C
Tints of Harley Davidson Orange #DF2F0C
RGB
CMYK
RGB Variations
Color information
#DF2F0C (or 0xDF2F0C) is known color: Harley Davidson Orange. HEX triplet: DF, 2F and 0C. RGB value is (223,47,12). Sum of RGB (Red+Green+Blue) = 223+47+12=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2F0C is #20D0F3. Grayscale: #5F5F5F. Windows color (decimal): -2150644 or 798687. OLE color: 798687.
HSL color Cylindrical-coordinate representation of color #DF2F0C: hue angle of 9.95º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF2F0C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 47 | 12 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.13 |
| HSL | 9.95º | 0.9% | 0.46% | - |
| HSV(B) | 9.95º | 0.95% | 0.87% | - |
| XYZ | 31.51 | 17.75 | 2.11 | - |
| YUV | 95.63 | 80.81 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 12 | 0 | 0.79 | 0.95 | 0.13 | 9.95 | 0.9 | 0.46 |
| Hex | DF | 2F | C | 0 | 4F | 5F | D | A | 5A | 2E |
| Octal | 337 | 57 | 14 | 0 | 117 | 137 | 15 | 12 | 132 | 56 |
| Binary | 11011111 | 101111 | 1100 | 0 | 1001111 | 1011111 | 1101 | 1010 | 1011010 | 101110 |
Color Harmonies of #DF2F0C
Complementary color
Monochromatic Colors of #DF2F0C
Black with #DF2F0C
Text Example
Text Example
White with #DF2F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2F0C; }
p { color: rgb(223,47,12); }
H1.HeaderClassName
{
color: #DF2F0C;
}
.AnyTagClassName
{
color: #DF2F0C;
}
</style>
background-color css
<style>
a { background-color: #DF2F0C; }
a { background-color: rgb(223,47,12); }
div.DivClassName
{
background-color: #DF2F0C;
}
.BgClassName
{
background-color: #DF2F0C;
}
</style>
border-color css
<style>
span { border-color: #DF2F0C; }
span { border-color: rgb(223,47,12); }
td.TdClassName
{
border-color: #DF2F0C;
}
.TagClassName
{
border-color: #DF2F0C;
}
</style>