Html Css Color HEX #DF3800 Harley Davidson Orange
📋 copy color: '#DF3800'red 223 ◦ green 56 ◦ blue 0
Shades of Harley Davidson Orange #DF3800
Tints of Harley Davidson Orange #DF3800
RGB
CMYK
RGB Variations
Color information
#DF3800 (or 0xDF3800) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 00. RGB value is (223,56,0). Sum of RGB (Red+Green+Blue) = 223+56+0=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3800 is #20C7FF. Grayscale: #636363. Windows color (decimal): -2148352 or 14559. OLE color: 14559.
HSL color Cylindrical-coordinate representation of color #DF3800: hue angle of 15.07º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF3800 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.13 |
| HSL | 15.07º | 1% | 0.44% | - |
| HSV(B) | 15.07º | 1% | 0.87% | - |
| XYZ | 31.85 | 18.52 | 1.9 | - |
| YUV | 99.55 | 71.83 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 0 | 0 | 0.75 | 1 | 0.13 | 15.07 | 1 | 0.44 |
| Hex | DF | 38 | 0 | 0 | 4B | 64 | D | F | 64 | 2C |
| Octal | 337 | 70 | 0 | 0 | 113 | 144 | 15 | 17 | 144 | 54 |
| Binary | 11011111 | 111000 | 0 | 0 | 1001011 | 1100100 | 1101 | 1111 | 1100100 | 101100 |
Color Harmonies of #DF3800
Complementary color
Monochromatic Colors of #DF3800
Black with #DF3800
Text Example
Text Example
White with #DF3800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3800; }
p { color: rgb(223,56,0); }
H1.HeaderClassName
{
color: #DF3800;
}
.AnyTagClassName
{
color: #DF3800;
}
</style>
background-color css
<style>
a { background-color: #DF3800; }
a { background-color: rgb(223,56,0); }
div.DivClassName
{
background-color: #DF3800;
}
.BgClassName
{
background-color: #DF3800;
}
</style>
border-color css
<style>
span { border-color: #DF3800; }
span { border-color: rgb(223,56,0); }
td.TdClassName
{
border-color: #DF3800;
}
.TagClassName
{
border-color: #DF3800;
}
</style>