Html Css Color HEX #DF250C Harley Davidson Orange
📋 copy color: '#DF250C'red 223 ◦ green 37 ◦ blue 12
Shades of Harley Davidson Orange #DF250C
Tints of Harley Davidson Orange #DF250C
RGB
CMYK
RGB Variations
Color information
#DF250C (or 0xDF250C) is known color: Harley Davidson Orange. HEX triplet: DF, 25 and 0C. RGB value is (223,37,12). Sum of RGB (Red+Green+Blue) = 223+37+12=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF250C is #20DAF3. Grayscale: #5A5A5A. Windows color (decimal): -2153204 or 796127. OLE color: 796127.
HSL color Cylindrical-coordinate representation of color #DF250C: hue angle of 7.11º 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 #DF250C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.13 |
| HSL | 7.11º | 0.9% | 0.46% | - |
| HSV(B) | 7.11º | 0.95% | 0.87% | - |
| XYZ | 31.16 | 17.04 | 1.99 | - |
| YUV | 89.76 | 84.12 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 12 | 0 | 0.83 | 0.95 | 0.13 | 7.11 | 0.9 | 0.46 |
| Hex | DF | 25 | C | 0 | 53 | 5F | D | 7 | 5A | 2E |
| Octal | 337 | 45 | 14 | 0 | 123 | 137 | 15 | 7 | 132 | 56 |
| Binary | 11011111 | 100101 | 1100 | 0 | 1010011 | 1011111 | 1101 | 111 | 1011010 | 101110 |
Color Harmonies of #DF250C
Complementary color
Monochromatic Colors of #DF250C
Black with #DF250C
Text Example
Text Example
White with #DF250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF250C; }
p { color: rgb(223,37,12); }
H1.HeaderClassName
{
color: #DF250C;
}
.AnyTagClassName
{
color: #DF250C;
}
</style>
background-color css
<style>
a { background-color: #DF250C; }
a { background-color: rgb(223,37,12); }
div.DivClassName
{
background-color: #DF250C;
}
.BgClassName
{
background-color: #DF250C;
}
</style>
border-color css
<style>
span { border-color: #DF250C; }
span { border-color: rgb(223,37,12); }
td.TdClassName
{
border-color: #DF250C;
}
.TagClassName
{
border-color: #DF250C;
}
</style>