Html Css Color HEX #DF3608 Harley Davidson Orange
📋 copy color: '#DF3608'red 223 ◦ green 54 ◦ blue 8
Shades of Harley Davidson Orange #DF3608
Tints of Harley Davidson Orange #DF3608
RGB
CMYK
RGB Variations
Color information
#DF3608 (or 0xDF3608) is known color: Harley Davidson Orange. HEX triplet: DF, 36 and 08. RGB value is (223,54,8). Sum of RGB (Red+Green+Blue) = 223+54+8=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3608 is #20C9F7. Grayscale: #636363. Windows color (decimal): -2148856 or 538335. OLE color: 538335.
HSL color Cylindrical-coordinate representation of color #DF3608: hue angle of 12.84º 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 #DF3608 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.13 |
| HSL | 12.84º | 0.93% | 0.45% | - |
| HSV(B) | 12.84º | 0.96% | 0.87% | - |
| XYZ | 31.79 | 18.34 | 2.09 | - |
| YUV | 99.29 | 76.49 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 8 | 0 | 0.76 | 0.96 | 0.13 | 12.84 | 0.93 | 0.45 |
| Hex | DF | 36 | 8 | 0 | 4C | 60 | D | D | 5D | 2D |
| Octal | 337 | 66 | 10 | 0 | 114 | 140 | 15 | 15 | 135 | 55 |
| Binary | 11011111 | 110110 | 1000 | 0 | 1001100 | 1100000 | 1101 | 1101 | 1011101 | 101101 |
Color Harmonies of #DF3608
Complementary color
Monochromatic Colors of #DF3608
Black with #DF3608
Text Example
Text Example
White with #DF3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3608; }
p { color: rgb(223,54,8); }
H1.HeaderClassName
{
color: #DF3608;
}
.AnyTagClassName
{
color: #DF3608;
}
</style>
background-color css
<style>
a { background-color: #DF3608; }
a { background-color: rgb(223,54,8); }
div.DivClassName
{
background-color: #DF3608;
}
.BgClassName
{
background-color: #DF3608;
}
</style>
border-color css
<style>
span { border-color: #DF3608; }
span { border-color: rgb(223,54,8); }
td.TdClassName
{
border-color: #DF3608;
}
.TagClassName
{
border-color: #DF3608;
}
</style>