Html Css Color HEX #DF301A Harley Davidson Orange
📋 copy color: '#DF301A'red 223 ◦ green 48 ◦ blue 26
Shades of Harley Davidson Orange #DF301A
Tints of Harley Davidson Orange #DF301A
RGB
CMYK
RGB Variations
Color information
#DF301A (or 0xDF301A) is known color: Harley Davidson Orange. HEX triplet: DF, 30 and 1A. RGB value is (223,48,26). Sum of RGB (Red+Green+Blue) = 223+48+26=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF301A is #20CFE5. Grayscale: #626262. Windows color (decimal): -2150374 or 1716447. OLE color: 1716447.
HSL color Cylindrical-coordinate representation of color #DF301A: hue angle of 6.7º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF301A is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 26 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.13 |
| HSL | 6.7º | 0.79% | 0.49% | - |
| HSV(B) | 6.7º | 0.88% | 0.87% | - |
| XYZ | 31.67 | 17.88 | 2.76 | - |
| YUV | 97.82 | 87.48 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 26 | 0 | 0.78 | 0.88 | 0.13 | 6.7 | 0.79 | 0.49 |
| Hex | DF | 30 | 1A | 0 | 4E | 58 | D | 7 | 4F | 31 |
| Octal | 337 | 60 | 32 | 0 | 116 | 130 | 15 | 7 | 117 | 61 |
| Binary | 11011111 | 110000 | 11010 | 0 | 1001110 | 1011000 | 1101 | 111 | 1001111 | 110001 |
Color Harmonies of #DF301A
Complementary color
Monochromatic Colors of #DF301A
Black with #DF301A
Text Example
Text Example
White with #DF301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF301A; }
p { color: rgb(223,48,26); }
H1.HeaderClassName
{
color: #DF301A;
}
.AnyTagClassName
{
color: #DF301A;
}
</style>
background-color css
<style>
a { background-color: #DF301A; }
a { background-color: rgb(223,48,26); }
div.DivClassName
{
background-color: #DF301A;
}
.BgClassName
{
background-color: #DF301A;
}
</style>
border-color css
<style>
span { border-color: #DF301A; }
span { border-color: rgb(223,48,26); }
td.TdClassName
{
border-color: #DF301A;
}
.TagClassName
{
border-color: #DF301A;
}
</style>