Html Css Color HEX #DF281C Harley Davidson Orange
📋 copy color: '#DF281C'red 223 ◦ green 40 ◦ blue 28
Shades of Harley Davidson Orange #DF281C
Tints of Harley Davidson Orange #DF281C
RGB
CMYK
RGB Variations
Color information
#DF281C (or 0xDF281C) is known color: Harley Davidson Orange. HEX triplet: DF, 28 and 1C. RGB value is (223,40,28). Sum of RGB (Red+Green+Blue) = 223+40+28=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF281C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF281C is #20D7E3. Grayscale: #5D5D5D. Windows color (decimal): -2152420 or 1845471. OLE color: 1845471.
HSL color Cylindrical-coordinate representation of color #DF281C: hue angle of 3.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF281C is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 28 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.13 |
| HSL | 3.69º | 0.78% | 0.49% | - |
| HSV(B) | 3.69º | 0.87% | 0.87% | - |
| XYZ | 31.4 | 17.29 | 2.78 | - |
| YUV | 93.35 | 91.13 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 28 | 0 | 0.82 | 0.87 | 0.13 | 3.69 | 0.78 | 0.49 |
| Hex | DF | 28 | 1C | 0 | 52 | 57 | D | 4 | 4E | 31 |
| Octal | 337 | 50 | 34 | 0 | 122 | 127 | 15 | 4 | 116 | 61 |
| Binary | 11011111 | 101000 | 11100 | 0 | 1010010 | 1010111 | 1101 | 100 | 1001110 | 110001 |
Color Harmonies of #DF281C
Complementary color
Monochromatic Colors of #DF281C
Black with #DF281C
Text Example
Text Example
White with #DF281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF281C; }
p { color: rgb(223,40,28); }
H1.HeaderClassName
{
color: #DF281C;
}
.AnyTagClassName
{
color: #DF281C;
}
</style>
background-color css
<style>
a { background-color: #DF281C; }
a { background-color: rgb(223,40,28); }
div.DivClassName
{
background-color: #DF281C;
}
.BgClassName
{
background-color: #DF281C;
}
</style>
border-color css
<style>
span { border-color: #DF281C; }
span { border-color: rgb(223,40,28); }
td.TdClassName
{
border-color: #DF281C;
}
.TagClassName
{
border-color: #DF281C;
}
</style>