Html Css Color HEX #DF2601 Harley Davidson Orange
📋 copy color: '#DF2601'red 223 ◦ green 38 ◦ blue 1
Shades of Harley Davidson Orange #DF2601
Tints of Harley Davidson Orange #DF2601
RGB
CMYK
RGB Variations
Color information
#DF2601 (or 0xDF2601) is known color: Harley Davidson Orange. HEX triplet: DF, 26 and 01. RGB value is (223,38,1). Sum of RGB (Red+Green+Blue) = 223+38+1=262 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.11% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2601 is #20D9FE. Grayscale: #595959. Windows color (decimal): -2152959 or 75487. OLE color: 75487.
HSL color Cylindrical-coordinate representation of color #DF2601: hue angle of 10º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF2601 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.13 |
| HSL | 10º | 0.99% | 0.44% | - |
| HSV(B) | 10º | 1% | 0.87% | - |
| XYZ | 31.13 | 17.08 | 1.68 | - |
| YUV | 89.1 | 78.29 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 1 | 0 | 0.83 | 1.00 | 0.13 | 10 | 0.99 | 0.44 |
| Hex | DF | 26 | 1 | 0 | 53 | 64 | D | A | 63 | 2C |
| Octal | 337 | 46 | 1 | 0 | 123 | 144 | 15 | 12 | 143 | 54 |
| Binary | 11011111 | 100110 | 1 | 0 | 1010011 | 1100100 | 1101 | 1010 | 1100011 | 101100 |
Color Harmonies of #DF2601
Complementary color
Monochromatic Colors of #DF2601
Black with #DF2601
Text Example
Text Example
White with #DF2601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2601; }
p { color: rgb(223,38,1); }
H1.HeaderClassName
{
color: #DF2601;
}
.AnyTagClassName
{
color: #DF2601;
}
</style>
background-color css
<style>
a { background-color: #DF2601; }
a { background-color: rgb(223,38,1); }
div.DivClassName
{
background-color: #DF2601;
}
.BgClassName
{
background-color: #DF2601;
}
</style>
border-color css
<style>
span { border-color: #DF2601; }
span { border-color: rgb(223,38,1); }
td.TdClassName
{
border-color: #DF2601;
}
.TagClassName
{
border-color: #DF2601;
}
</style>