Html Css Color HEX #DF3804 Harley Davidson Orange
📋 copy color: '#DF3804'red 223 ◦ green 56 ◦ blue 4
Shades of Harley Davidson Orange #DF3804
Tints of Harley Davidson Orange #DF3804
RGB
CMYK
RGB Variations
Color information
#DF3804 (or 0xDF3804) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 04. RGB value is (223,56,4). Sum of RGB (Red+Green+Blue) = 223+56+4=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3804 is #20C7FB. Grayscale: #646464. Windows color (decimal): -2148348 or 276703. OLE color: 276703.
HSL color Cylindrical-coordinate representation of color #DF3804: hue angle of 14.25º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF3804 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.13 |
| HSL | 14.25º | 0.96% | 0.45% | - |
| HSV(B) | 14.25º | 0.98% | 0.87% | - |
| XYZ | 31.87 | 18.53 | 2.01 | - |
| YUV | 100.01 | 73.83 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 4 | 0 | 0.75 | 0.98 | 0.13 | 14.25 | 0.96 | 0.45 |
| Hex | DF | 38 | 4 | 0 | 4B | 62 | D | E | 60 | 2D |
| Octal | 337 | 70 | 4 | 0 | 113 | 142 | 15 | 16 | 140 | 55 |
| Binary | 11011111 | 111000 | 100 | 0 | 1001011 | 1100010 | 1101 | 1110 | 1100000 | 101101 |
Color Harmonies of #DF3804
Complementary color
Monochromatic Colors of #DF3804
Black with #DF3804
Text Example
Text Example
White with #DF3804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3804; }
p { color: rgb(223,56,4); }
H1.HeaderClassName
{
color: #DF3804;
}
.AnyTagClassName
{
color: #DF3804;
}
</style>
background-color css
<style>
a { background-color: #DF3804; }
a { background-color: rgb(223,56,4); }
div.DivClassName
{
background-color: #DF3804;
}
.BgClassName
{
background-color: #DF3804;
}
</style>
border-color css
<style>
span { border-color: #DF3804; }
span { border-color: rgb(223,56,4); }
td.TdClassName
{
border-color: #DF3804;
}
.TagClassName
{
border-color: #DF3804;
}
</style>