Html Css Color HEX #DF3701 Harley Davidson Orange
📋 copy color: '#DF3701'red 223 ◦ green 55 ◦ blue 1
Shades of Harley Davidson Orange #DF3701
Tints of Harley Davidson Orange #DF3701
RGB
CMYK
RGB Variations
Color information
#DF3701 (or 0xDF3701) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 01. RGB value is (223,55,1). Sum of RGB (Red+Green+Blue) = 223+55+1=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3701 is #20C8FE. Grayscale: #636363. Windows color (decimal): -2148607 or 79839. OLE color: 79839.
HSL color Cylindrical-coordinate representation of color #DF3701: hue angle of 14.59º 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 #DF3701 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0.13 |
| HSL | 14.59º | 0.99% | 0.44% | - |
| HSV(B) | 14.59º | 1% | 0.87% | - |
| XYZ | 31.8 | 18.42 | 1.91 | - |
| YUV | 99.08 | 72.66 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 1 | 0 | 0.75 | 1.00 | 0.13 | 14.59 | 0.99 | 0.44 |
| Hex | DF | 37 | 1 | 0 | 4B | 64 | D | F | 63 | 2C |
| Octal | 337 | 67 | 1 | 0 | 113 | 144 | 15 | 17 | 143 | 54 |
| Binary | 11011111 | 110111 | 1 | 0 | 1001011 | 1100100 | 1101 | 1111 | 1100011 | 101100 |
Color Harmonies of #DF3701
Complementary color
Monochromatic Colors of #DF3701
Black with #DF3701
Text Example
Text Example
White with #DF3701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3701; }
p { color: rgb(223,55,1); }
H1.HeaderClassName
{
color: #DF3701;
}
.AnyTagClassName
{
color: #DF3701;
}
</style>
background-color css
<style>
a { background-color: #DF3701; }
a { background-color: rgb(223,55,1); }
div.DivClassName
{
background-color: #DF3701;
}
.BgClassName
{
background-color: #DF3701;
}
</style>
border-color css
<style>
span { border-color: #DF3701; }
span { border-color: rgb(223,55,1); }
td.TdClassName
{
border-color: #DF3701;
}
.TagClassName
{
border-color: #DF3701;
}
</style>