Html Css Color HEX #DF341A Harley Davidson Orange
📋 copy color: '#DF341A'red 223 ◦ green 52 ◦ blue 26
Shades of Harley Davidson Orange #DF341A
Tints of Harley Davidson Orange #DF341A
RGB
CMYK
RGB Variations
Color information
#DF341A (or 0xDF341A) is known color: Harley Davidson Orange. HEX triplet: DF, 34 and 1A. RGB value is (223,52,26). Sum of RGB (Red+Green+Blue) = 223+52+26=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF341A is #20CBE5. Grayscale: #646464. Windows color (decimal): -2149350 or 1717471. OLE color: 1717471.
HSL color Cylindrical-coordinate representation of color #DF341A: hue angle of 7.92º 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 #DF341A is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 26 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.13 |
| HSL | 7.92º | 0.79% | 0.49% | - |
| HSV(B) | 7.92º | 0.88% | 0.87% | - |
| XYZ | 31.85 | 18.22 | 2.82 | - |
| YUV | 100.17 | 86.15 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 26 | 0 | 0.77 | 0.88 | 0.13 | 7.92 | 0.79 | 0.49 |
| Hex | DF | 34 | 1A | 0 | 4D | 58 | D | 8 | 4F | 31 |
| Octal | 337 | 64 | 32 | 0 | 115 | 130 | 15 | 10 | 117 | 61 |
| Binary | 11011111 | 110100 | 11010 | 0 | 1001101 | 1011000 | 1101 | 1000 | 1001111 | 110001 |
Color Harmonies of #DF341A
Complementary color
Monochromatic Colors of #DF341A
Black with #DF341A
Text Example
Text Example
White with #DF341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF341A; }
p { color: rgb(223,52,26); }
H1.HeaderClassName
{
color: #DF341A;
}
.AnyTagClassName
{
color: #DF341A;
}
</style>
background-color css
<style>
a { background-color: #DF341A; }
a { background-color: rgb(223,52,26); }
div.DivClassName
{
background-color: #DF341A;
}
.BgClassName
{
background-color: #DF341A;
}
</style>
border-color css
<style>
span { border-color: #DF341A; }
span { border-color: rgb(223,52,26); }
td.TdClassName
{
border-color: #DF341A;
}
.TagClassName
{
border-color: #DF341A;
}
</style>