Html Css Color HEX #DF3818 Harley Davidson Orange
📋 copy color: '#DF3818'red 223 ◦ green 56 ◦ blue 24
Shades of Harley Davidson Orange #DF3818
Tints of Harley Davidson Orange #DF3818
RGB
CMYK
RGB Variations
Color information
#DF3818 (or 0xDF3818) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 18. RGB value is (223,56,24). Sum of RGB (Red+Green+Blue) = 223+56+24=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3818 is #20C7E7. Grayscale: #666666. Windows color (decimal): -2148328 or 1587423. OLE color: 1587423.
HSL color Cylindrical-coordinate representation of color #DF3818: hue angle of 9.65º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF3818 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 24 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.13 |
| HSL | 9.65º | 0.81% | 0.48% | - |
| HSV(B) | 9.65º | 0.89% | 0.87% | - |
| XYZ | 32.01 | 18.58 | 2.76 | - |
| YUV | 102.29 | 83.83 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 24 | 0 | 0.75 | 0.89 | 0.13 | 9.65 | 0.81 | 0.48 |
| Hex | DF | 38 | 18 | 0 | 4B | 59 | D | A | 51 | 30 |
| Octal | 337 | 70 | 30 | 0 | 113 | 131 | 15 | 12 | 121 | 60 |
| Binary | 11011111 | 111000 | 11000 | 0 | 1001011 | 1011001 | 1101 | 1010 | 1010001 | 110000 |
Color Harmonies of #DF3818
Complementary color
Monochromatic Colors of #DF3818
Black with #DF3818
Text Example
Text Example
White with #DF3818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3818; }
p { color: rgb(223,56,24); }
H1.HeaderClassName
{
color: #DF3818;
}
.AnyTagClassName
{
color: #DF3818;
}
</style>
background-color css
<style>
a { background-color: #DF3818; }
a { background-color: rgb(223,56,24); }
div.DivClassName
{
background-color: #DF3818;
}
.BgClassName
{
background-color: #DF3818;
}
</style>
border-color css
<style>
span { border-color: #DF3818; }
span { border-color: rgb(223,56,24); }
td.TdClassName
{
border-color: #DF3818;
}
.TagClassName
{
border-color: #DF3818;
}
</style>