Html Css Color HEX #DF2703 Harley Davidson Orange
📋 copy color: '#DF2703'red 223 ◦ green 39 ◦ blue 3
Shades of Harley Davidson Orange #DF2703
Tints of Harley Davidson Orange #DF2703
RGB
CMYK
RGB Variations
Color information
#DF2703 (or 0xDF2703) is known color: Harley Davidson Orange. HEX triplet: DF, 27 and 03. RGB value is (223,39,3). Sum of RGB (Red+Green+Blue) = 223+39+3=265 (35% of max value = 765). Red value is 223 (87.5% from 255 or 84.15% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2703 is #20D8FC. Grayscale: #5A5A5A. Windows color (decimal): -2152701 or 206815. OLE color: 206815.
HSL color Cylindrical-coordinate representation of color #DF2703: hue angle of 9.82º 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 #DF2703 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 3 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.13 |
| HSL | 9.82º | 0.97% | 0.44% | - |
| HSV(B) | 9.82º | 0.99% | 0.87% | - |
| XYZ | 31.17 | 17.15 | 1.75 | - |
| YUV | 89.91 | 78.96 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 3 | 0 | 0.83 | 0.99 | 0.13 | 9.82 | 0.97 | 0.44 |
| Hex | DF | 27 | 3 | 0 | 53 | 63 | D | A | 61 | 2C |
| Octal | 337 | 47 | 3 | 0 | 123 | 143 | 15 | 12 | 141 | 54 |
| Binary | 11011111 | 100111 | 11 | 0 | 1010011 | 1100011 | 1101 | 1010 | 1100001 | 101100 |
Color Harmonies of #DF2703
Complementary color
Monochromatic Colors of #DF2703
Black with #DF2703
Text Example
Text Example
White with #DF2703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2703; }
p { color: rgb(223,39,3); }
H1.HeaderClassName
{
color: #DF2703;
}
.AnyTagClassName
{
color: #DF2703;
}
</style>
background-color css
<style>
a { background-color: #DF2703; }
a { background-color: rgb(223,39,3); }
div.DivClassName
{
background-color: #DF2703;
}
.BgClassName
{
background-color: #DF2703;
}
</style>
border-color css
<style>
span { border-color: #DF2703; }
span { border-color: rgb(223,39,3); }
td.TdClassName
{
border-color: #DF2703;
}
.TagClassName
{
border-color: #DF2703;
}
</style>