Html Css Color HEX #DF3303 Harley Davidson Orange
📋 copy color: '#DF3303'red 223 ◦ green 51 ◦ blue 3
Shades of Harley Davidson Orange #DF3303
Tints of Harley Davidson Orange #DF3303
RGB
CMYK
RGB Variations
Color information
#DF3303 (or 0xDF3303) is known color: Harley Davidson Orange. HEX triplet: DF, 33 and 03. RGB value is (223,51,3). Sum of RGB (Red+Green+Blue) = 223+51+3=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3303 is #20CCFC. Grayscale: #616161. Windows color (decimal): -2149629 or 209887. OLE color: 209887.
HSL color Cylindrical-coordinate representation of color #DF3303: hue angle of 13.09º 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 #DF3303 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 3 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.13 |
| HSL | 13.09º | 0.97% | 0.44% | - |
| HSV(B) | 13.09º | 0.99% | 0.87% | - |
| XYZ | 31.63 | 18.06 | 1.91 | - |
| YUV | 96.96 | 74.98 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 3 | 0 | 0.77 | 0.99 | 0.13 | 13.09 | 0.97 | 0.44 |
| Hex | DF | 33 | 3 | 0 | 4D | 63 | D | D | 61 | 2C |
| Octal | 337 | 63 | 3 | 0 | 115 | 143 | 15 | 15 | 141 | 54 |
| Binary | 11011111 | 110011 | 11 | 0 | 1001101 | 1100011 | 1101 | 1101 | 1100001 | 101100 |
Color Harmonies of #DF3303
Complementary color
Monochromatic Colors of #DF3303
Black with #DF3303
Text Example
Text Example
White with #DF3303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3303; }
p { color: rgb(223,51,3); }
H1.HeaderClassName
{
color: #DF3303;
}
.AnyTagClassName
{
color: #DF3303;
}
</style>
background-color css
<style>
a { background-color: #DF3303; }
a { background-color: rgb(223,51,3); }
div.DivClassName
{
background-color: #DF3303;
}
.BgClassName
{
background-color: #DF3303;
}
</style>
border-color css
<style>
span { border-color: #DF3303; }
span { border-color: rgb(223,51,3); }
td.TdClassName
{
border-color: #DF3303;
}
.TagClassName
{
border-color: #DF3303;
}
</style>