Html Css Color HEX #DF3A00 Harley Davidson Orange
📋 copy color: '#DF3A00'red 223 ◦ green 58 ◦ blue 0
Shades of Harley Davidson Orange #DF3A00
Tints of Harley Davidson Orange #DF3A00
RGB
CMYK
RGB Variations
Color information
#DF3A00 (or 0xDF3A00) is known color: Harley Davidson Orange. HEX triplet: DF, 3A and 00. RGB value is (223,58,0). Sum of RGB (Red+Green+Blue) = 223+58+0=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3A00 is #20C5FF. Grayscale: #656565. Windows color (decimal): -2147840 or 15071. OLE color: 15071.
HSL color Cylindrical-coordinate representation of color #DF3A00: hue angle of 15.61º 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 #DF3A00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.13 |
| HSL | 15.61º | 1% | 0.44% | - |
| HSV(B) | 15.61º | 1% | 0.87% | - |
| XYZ | 31.94 | 18.71 | 1.93 | - |
| YUV | 100.72 | 71.16 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 0 | 0 | 0.74 | 1 | 0.13 | 15.61 | 1 | 0.44 |
| Hex | DF | 3A | 0 | 0 | 4A | 64 | D | 10 | 64 | 2C |
| Octal | 337 | 72 | 0 | 0 | 112 | 144 | 15 | 20 | 144 | 54 |
| Binary | 11011111 | 111010 | 0 | 0 | 1001010 | 1100100 | 1101 | 10000 | 1100100 | 101100 |
Color Harmonies of #DF3A00
Complementary color
Monochromatic Colors of #DF3A00
Black with #DF3A00
Text Example
Text Example
White with #DF3A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3A00; }
p { color: rgb(223,58,0); }
H1.HeaderClassName
{
color: #DF3A00;
}
.AnyTagClassName
{
color: #DF3A00;
}
</style>
background-color css
<style>
a { background-color: #DF3A00; }
a { background-color: rgb(223,58,0); }
div.DivClassName
{
background-color: #DF3A00;
}
.BgClassName
{
background-color: #DF3A00;
}
</style>
border-color css
<style>
span { border-color: #DF3A00; }
span { border-color: rgb(223,58,0); }
td.TdClassName
{
border-color: #DF3A00;
}
.TagClassName
{
border-color: #DF3A00;
}
</style>