Html Css Color HEX #DF3408 Harley Davidson Orange
📋 copy color: '#DF3408'red 223 ◦ green 52 ◦ blue 8
Shades of Harley Davidson Orange #DF3408
Tints of Harley Davidson Orange #DF3408
RGB
CMYK
RGB Variations
Color information
#DF3408 (or 0xDF3408) is known color: Harley Davidson Orange. HEX triplet: DF, 34 and 08. RGB value is (223,52,8). Sum of RGB (Red+Green+Blue) = 223+52+8=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3408 is #20CBF7. Grayscale: #626262. Windows color (decimal): -2149368 or 537823. OLE color: 537823.
HSL color Cylindrical-coordinate representation of color #DF3408: hue angle of 12.28º 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 #DF3408 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 8 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.13 |
| HSL | 12.28º | 0.93% | 0.45% | - |
| HSV(B) | 12.28º | 0.96% | 0.87% | - |
| XYZ | 31.7 | 18.16 | 2.06 | - |
| YUV | 98.11 | 77.15 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 8 | 0 | 0.77 | 0.96 | 0.13 | 12.28 | 0.93 | 0.45 |
| Hex | DF | 34 | 8 | 0 | 4D | 60 | D | C | 5D | 2D |
| Octal | 337 | 64 | 10 | 0 | 115 | 140 | 15 | 14 | 135 | 55 |
| Binary | 11011111 | 110100 | 1000 | 0 | 1001101 | 1100000 | 1101 | 1100 | 1011101 | 101101 |
Color Harmonies of #DF3408
Complementary color
Monochromatic Colors of #DF3408
Black with #DF3408
Text Example
Text Example
White with #DF3408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3408; }
p { color: rgb(223,52,8); }
H1.HeaderClassName
{
color: #DF3408;
}
.AnyTagClassName
{
color: #DF3408;
}
</style>
background-color css
<style>
a { background-color: #DF3408; }
a { background-color: rgb(223,52,8); }
div.DivClassName
{
background-color: #DF3408;
}
.BgClassName
{
background-color: #DF3408;
}
</style>
border-color css
<style>
span { border-color: #DF3408; }
span { border-color: rgb(223,52,8); }
td.TdClassName
{
border-color: #DF3408;
}
.TagClassName
{
border-color: #DF3408;
}
</style>