Html Css Color HEX #DF421A Harley Davidson Orange
📋 copy color: '#DF421A'red 223 ◦ green 66 ◦ blue 26
Shades of Harley Davidson Orange #DF421A
Tints of Harley Davidson Orange #DF421A
RGB
CMYK
RGB Variations
Color information
#DF421A (or 0xDF421A) is known color: Harley Davidson Orange. HEX triplet: DF, 42 and 1A. RGB value is (223,66,26). Sum of RGB (Red+Green+Blue) = 223+66+26=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF421A is #20BDE5. Grayscale: #6C6C6C. Windows color (decimal): -2145766 or 1721055. OLE color: 1721055.
HSL color Cylindrical-coordinate representation of color #DF421A: hue angle of 12.18º 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 #DF421A is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 26 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.13 |
| HSL | 12.18º | 0.79% | 0.49% | - |
| HSV(B) | 12.18º | 0.88% | 0.87% | - |
| XYZ | 32.57 | 19.66 | 3.06 | - |
| YUV | 108.38 | 81.51 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 26 | 0 | 0.70 | 0.88 | 0.13 | 12.18 | 0.79 | 0.49 |
| Hex | DF | 42 | 1A | 0 | 46 | 58 | D | C | 4F | 31 |
| Octal | 337 | 102 | 32 | 0 | 106 | 130 | 15 | 14 | 117 | 61 |
| Binary | 11011111 | 1000010 | 11010 | 0 | 1000110 | 1011000 | 1101 | 1100 | 1001111 | 110001 |
Color Harmonies of #DF421A
Complementary color
Monochromatic Colors of #DF421A
Black with #DF421A
Text Example
Text Example
White with #DF421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF421A; }
p { color: rgb(223,66,26); }
H1.HeaderClassName
{
color: #DF421A;
}
.AnyTagClassName
{
color: #DF421A;
}
</style>
background-color css
<style>
a { background-color: #DF421A; }
a { background-color: rgb(223,66,26); }
div.DivClassName
{
background-color: #DF421A;
}
.BgClassName
{
background-color: #DF421A;
}
</style>
border-color css
<style>
span { border-color: #DF421A; }
span { border-color: rgb(223,66,26); }
td.TdClassName
{
border-color: #DF421A;
}
.TagClassName
{
border-color: #DF421A;
}
</style>