Html Css Color HEX #DF3803 Harley Davidson Orange
📋 copy color: '#DF3803'red 223 ◦ green 56 ◦ blue 3
Shades of Harley Davidson Orange #DF3803
Tints of Harley Davidson Orange #DF3803
RGB
CMYK
RGB Variations
Color information
#DF3803 (or 0xDF3803) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 03. RGB value is (223,56,3). Sum of RGB (Red+Green+Blue) = 223+56+3=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3803 is #20C7FC. Grayscale: #646464. Windows color (decimal): -2148349 or 211167. OLE color: 211167.
HSL color Cylindrical-coordinate representation of color #DF3803: hue angle of 14.45º 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 #DF3803 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 3 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.13 |
| HSL | 14.45º | 0.97% | 0.44% | - |
| HSV(B) | 14.45º | 0.99% | 0.87% | - |
| XYZ | 31.86 | 18.52 | 1.98 | - |
| YUV | 99.89 | 73.33 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 3 | 0 | 0.75 | 0.99 | 0.13 | 14.45 | 0.97 | 0.44 |
| Hex | DF | 38 | 3 | 0 | 4B | 63 | D | E | 61 | 2C |
| Octal | 337 | 70 | 3 | 0 | 113 | 143 | 15 | 16 | 141 | 54 |
| Binary | 11011111 | 111000 | 11 | 0 | 1001011 | 1100011 | 1101 | 1110 | 1100001 | 101100 |
Color Harmonies of #DF3803
Complementary color
Monochromatic Colors of #DF3803
Black with #DF3803
Text Example
Text Example
White with #DF3803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3803; }
p { color: rgb(223,56,3); }
H1.HeaderClassName
{
color: #DF3803;
}
.AnyTagClassName
{
color: #DF3803;
}
</style>
background-color css
<style>
a { background-color: #DF3803; }
a { background-color: rgb(223,56,3); }
div.DivClassName
{
background-color: #DF3803;
}
.BgClassName
{
background-color: #DF3803;
}
</style>
border-color css
<style>
span { border-color: #DF3803; }
span { border-color: rgb(223,56,3); }
td.TdClassName
{
border-color: #DF3803;
}
.TagClassName
{
border-color: #DF3803;
}
</style>