Html Css Color HEX #DE281C Harley Davidson Orange
📋 copy color: '#DE281C'red 222 ◦ green 40 ◦ blue 28
Shades of Harley Davidson Orange #DE281C
Tints of Harley Davidson Orange #DE281C
RGB
CMYK
RGB Variations
Color information
#DE281C (or 0xDE281C) is known color: Harley Davidson Orange. HEX triplet: DE, 28 and 1C. RGB value is (222,40,28). Sum of RGB (Red+Green+Blue) = 222+40+28=290 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.55% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 222 - color contains mainly: red. Hex color #DE281C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE281C is #21D7E3. Grayscale: #5D5D5D. Windows color (decimal): -2217956 or 1845470. OLE color: 1845470.
HSL color Cylindrical-coordinate representation of color #DE281C: hue angle of 3.71º 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 #DE281C is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 28 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.13 |
| HSL | 3.71º | 0.78% | 0.49% | - |
| HSV(B) | 3.71º | 0.87% | 0.87% | - |
| XYZ | 31.09 | 17.13 | 2.77 | - |
| YUV | 93.05 | 91.3 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 28 | 0 | 0.82 | 0.87 | 0.13 | 3.71 | 0.78 | 0.49 |
| Hex | DE | 28 | 1C | 0 | 52 | 57 | D | 4 | 4E | 31 |
| Octal | 336 | 50 | 34 | 0 | 122 | 127 | 15 | 4 | 116 | 61 |
| Binary | 11011110 | 101000 | 11100 | 0 | 1010010 | 1010111 | 1101 | 100 | 1001110 | 110001 |
Color Harmonies of #DE281C
Complementary color
Monochromatic Colors of #DE281C
Black with #DE281C
Text Example
Text Example
White with #DE281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE281C; }
p { color: rgb(222,40,28); }
H1.HeaderClassName
{
color: #DE281C;
}
.AnyTagClassName
{
color: #DE281C;
}
</style>
background-color css
<style>
a { background-color: #DE281C; }
a { background-color: rgb(222,40,28); }
div.DivClassName
{
background-color: #DE281C;
}
.BgClassName
{
background-color: #DE281C;
}
</style>
border-color css
<style>
span { border-color: #DE281C; }
span { border-color: rgb(222,40,28); }
td.TdClassName
{
border-color: #DE281C;
}
.TagClassName
{
border-color: #DE281C;
}
</style>