Html Css Color HEX #DF300A Harley Davidson Orange
📋 copy color: '#DF300A'red 223 ◦ green 48 ◦ blue 10
Shades of Harley Davidson Orange #DF300A
Tints of Harley Davidson Orange #DF300A
RGB
CMYK
RGB Variations
Color information
#DF300A (or 0xDF300A) is known color: Harley Davidson Orange. HEX triplet: DF, 30 and 0A. RGB value is (223,48,10). Sum of RGB (Red+Green+Blue) = 223+48+10=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF300A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF300A is #20CFF5. Grayscale: #606060. Windows color (decimal): -2150390 or 667871. OLE color: 667871.
HSL color Cylindrical-coordinate representation of color #DF300A: hue angle of 10.7º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF300A is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 10 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.13 |
| HSL | 10.7º | 0.91% | 0.46% | - |
| HSV(B) | 10.7º | 0.96% | 0.87% | - |
| XYZ | 31.54 | 17.82 | 2.06 | - |
| YUV | 95.99 | 79.48 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 10 | 0 | 0.78 | 0.96 | 0.13 | 10.7 | 0.91 | 0.46 |
| Hex | DF | 30 | A | 0 | 4E | 60 | D | B | 5B | 2E |
| Octal | 337 | 60 | 12 | 0 | 116 | 140 | 15 | 13 | 133 | 56 |
| Binary | 11011111 | 110000 | 1010 | 0 | 1001110 | 1100000 | 1101 | 1011 | 1011011 | 101110 |
Color Harmonies of #DF300A
Complementary color
Monochromatic Colors of #DF300A
Black with #DF300A
Text Example
Text Example
White with #DF300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF300A; }
p { color: rgb(223,48,10); }
H1.HeaderClassName
{
color: #DF300A;
}
.AnyTagClassName
{
color: #DF300A;
}
</style>
background-color css
<style>
a { background-color: #DF300A; }
a { background-color: rgb(223,48,10); }
div.DivClassName
{
background-color: #DF300A;
}
.BgClassName
{
background-color: #DF300A;
}
</style>
border-color css
<style>
span { border-color: #DF300A; }
span { border-color: rgb(223,48,10); }
td.TdClassName
{
border-color: #DF300A;
}
.TagClassName
{
border-color: #DF300A;
}
</style>