Html Css Color HEX #DF3001 Harley Davidson Orange
📋 copy color: '#DF3001'red 223 ◦ green 48 ◦ blue 1
Shades of Harley Davidson Orange #DF3001
Tints of Harley Davidson Orange #DF3001
RGB
CMYK
RGB Variations
Color information
#DF3001 (or 0xDF3001) is known color: Harley Davidson Orange. HEX triplet: DF, 30 and 01. RGB value is (223,48,1). Sum of RGB (Red+Green+Blue) = 223+48+1=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3001 is #20CFFE. Grayscale: #5F5F5F. Windows color (decimal): -2150399 or 78047. OLE color: 78047.
HSL color Cylindrical-coordinate representation of color #DF3001: hue angle of 12.7º 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 #DF3001 is Cyan = 0, Magento = 0.78, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 1 | - |
| CMYK | 0 | 0.78 | 1.00 | 0.13 |
| HSL | 12.7º | 0.99% | 0.44% | - |
| HSV(B) | 12.7º | 1% | 0.87% | - |
| XYZ | 31.49 | 17.8 | 1.81 | - |
| YUV | 94.97 | 74.98 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 1 | 0 | 0.78 | 1.00 | 0.13 | 12.7 | 0.99 | 0.44 |
| Hex | DF | 30 | 1 | 0 | 4E | 64 | D | D | 63 | 2C |
| Octal | 337 | 60 | 1 | 0 | 116 | 144 | 15 | 15 | 143 | 54 |
| Binary | 11011111 | 110000 | 1 | 0 | 1001110 | 1100100 | 1101 | 1101 | 1100011 | 101100 |
Color Harmonies of #DF3001
Complementary color
Monochromatic Colors of #DF3001
Black with #DF3001
Text Example
Text Example
White with #DF3001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3001; }
p { color: rgb(223,48,1); }
H1.HeaderClassName
{
color: #DF3001;
}
.AnyTagClassName
{
color: #DF3001;
}
</style>
background-color css
<style>
a { background-color: #DF3001; }
a { background-color: rgb(223,48,1); }
div.DivClassName
{
background-color: #DF3001;
}
.BgClassName
{
background-color: #DF3001;
}
</style>
border-color css
<style>
span { border-color: #DF3001; }
span { border-color: rgb(223,48,1); }
td.TdClassName
{
border-color: #DF3001;
}
.TagClassName
{
border-color: #DF3001;
}
</style>