Html Css Color HEX #DF3908 Harley Davidson Orange
📋 copy color: '#DF3908'red 223 ◦ green 57 ◦ blue 8
Shades of Harley Davidson Orange #DF3908
Tints of Harley Davidson Orange #DF3908
RGB
CMYK
RGB Variations
Color information
#DF3908 (or 0xDF3908) is known color: Harley Davidson Orange. HEX triplet: DF, 39 and 08. RGB value is (223,57,8). Sum of RGB (Red+Green+Blue) = 223+57+8=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3908 is #20C6F7. Grayscale: #656565. Windows color (decimal): -2148088 or 539103. OLE color: 539103.
HSL color Cylindrical-coordinate representation of color #DF3908: hue angle of 13.67º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF3908 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 8 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.13 |
| HSL | 13.67º | 0.93% | 0.45% | - |
| HSV(B) | 13.67º | 0.96% | 0.87% | - |
| XYZ | 31.94 | 18.63 | 2.14 | - |
| YUV | 101.05 | 75.5 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 8 | 0 | 0.74 | 0.96 | 0.13 | 13.67 | 0.93 | 0.45 |
| Hex | DF | 39 | 8 | 0 | 4A | 60 | D | E | 5D | 2D |
| Octal | 337 | 71 | 10 | 0 | 112 | 140 | 15 | 16 | 135 | 55 |
| Binary | 11011111 | 111001 | 1000 | 0 | 1001010 | 1100000 | 1101 | 1110 | 1011101 | 101101 |
Color Harmonies of #DF3908
Complementary color
Monochromatic Colors of #DF3908
Black with #DF3908
Text Example
Text Example
White with #DF3908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3908; }
p { color: rgb(223,57,8); }
H1.HeaderClassName
{
color: #DF3908;
}
.AnyTagClassName
{
color: #DF3908;
}
</style>
background-color css
<style>
a { background-color: #DF3908; }
a { background-color: rgb(223,57,8); }
div.DivClassName
{
background-color: #DF3908;
}
.BgClassName
{
background-color: #DF3908;
}
</style>
border-color css
<style>
span { border-color: #DF3908; }
span { border-color: rgb(223,57,8); }
td.TdClassName
{
border-color: #DF3908;
}
.TagClassName
{
border-color: #DF3908;
}
</style>