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