Html Css Color HEX #DF3805 Harley Davidson Orange
📋 copy color: '#DF3805'red 223 ◦ green 56 ◦ blue 5
Shades of Harley Davidson Orange #DF3805
Tints of Harley Davidson Orange #DF3805
RGB
CMYK
RGB Variations
Color information
#DF3805 (or 0xDF3805) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 05. RGB value is (223,56,5). Sum of RGB (Red+Green+Blue) = 223+56+5=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3805 is #20C7FA. Grayscale: #646464. Windows color (decimal): -2148347 or 342239. OLE color: 342239.
HSL color Cylindrical-coordinate representation of color #DF3805: hue angle of 14.04º 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 #DF3805 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 5 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.13 |
| HSL | 14.04º | 0.96% | 0.45% | - |
| HSV(B) | 14.04º | 0.98% | 0.87% | - |
| XYZ | 31.87 | 18.53 | 2.04 | - |
| YUV | 100.12 | 74.33 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 5 | 0 | 0.75 | 0.98 | 0.13 | 14.04 | 0.96 | 0.45 |
| Hex | DF | 38 | 5 | 0 | 4B | 62 | D | E | 60 | 2D |
| Octal | 337 | 70 | 5 | 0 | 113 | 142 | 15 | 16 | 140 | 55 |
| Binary | 11011111 | 111000 | 101 | 0 | 1001011 | 1100010 | 1101 | 1110 | 1100000 | 101101 |
Color Harmonies of #DF3805
Complementary color
Monochromatic Colors of #DF3805
Black with #DF3805
Text Example
Text Example
White with #DF3805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3805; }
p { color: rgb(223,56,5); }
H1.HeaderClassName
{
color: #DF3805;
}
.AnyTagClassName
{
color: #DF3805;
}
</style>
background-color css
<style>
a { background-color: #DF3805; }
a { background-color: rgb(223,56,5); }
div.DivClassName
{
background-color: #DF3805;
}
.BgClassName
{
background-color: #DF3805;
}
</style>
border-color css
<style>
span { border-color: #DF3805; }
span { border-color: rgb(223,56,5); }
td.TdClassName
{
border-color: #DF3805;
}
.TagClassName
{
border-color: #DF3805;
}
</style>