Html Css Color HEX #DF3003 Harley Davidson Orange
📋 copy color: '#DF3003'red 223 ◦ green 48 ◦ blue 3
Shades of Harley Davidson Orange #DF3003
Tints of Harley Davidson Orange #DF3003
RGB
CMYK
RGB Variations
Color information
#DF3003 (or 0xDF3003) is known color: Harley Davidson Orange. HEX triplet: DF, 30 and 03. RGB value is (223,48,3). Sum of RGB (Red+Green+Blue) = 223+48+3=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3003 is #20CFFC. Grayscale: #5F5F5F. Windows color (decimal): -2150397 or 209119. OLE color: 209119.
HSL color Cylindrical-coordinate representation of color #DF3003: hue angle of 12.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF3003 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 3 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.13 |
| HSL | 12.27º | 0.97% | 0.44% | - |
| HSV(B) | 12.27º | 0.99% | 0.87% | - |
| XYZ | 31.5 | 17.81 | 1.86 | - |
| YUV | 95.2 | 75.98 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 3 | 0 | 0.78 | 0.99 | 0.13 | 12.27 | 0.97 | 0.44 |
| Hex | DF | 30 | 3 | 0 | 4E | 63 | D | C | 61 | 2C |
| Octal | 337 | 60 | 3 | 0 | 116 | 143 | 15 | 14 | 141 | 54 |
| Binary | 11011111 | 110000 | 11 | 0 | 1001110 | 1100011 | 1101 | 1100 | 1100001 | 101100 |
Color Harmonies of #DF3003
Complementary color
Monochromatic Colors of #DF3003
Black with #DF3003
Text Example
Text Example
White with #DF3003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3003; }
p { color: rgb(223,48,3); }
H1.HeaderClassName
{
color: #DF3003;
}
.AnyTagClassName
{
color: #DF3003;
}
</style>
background-color css
<style>
a { background-color: #DF3003; }
a { background-color: rgb(223,48,3); }
div.DivClassName
{
background-color: #DF3003;
}
.BgClassName
{
background-color: #DF3003;
}
</style>
border-color css
<style>
span { border-color: #DF3003; }
span { border-color: rgb(223,48,3); }
td.TdClassName
{
border-color: #DF3003;
}
.TagClassName
{
border-color: #DF3003;
}
</style>