Html Css Color HEX #DE1C0B Harley Davidson Orange
📋 copy color: '#DE1C0B'red 222 ◦ green 28 ◦ blue 11
Shades of Harley Davidson Orange #DE1C0B
Tints of Harley Davidson Orange #DE1C0B
RGB
CMYK
RGB Variations
Color information
#DE1C0B (or 0xDE1C0B) is known color: Harley Davidson Orange. HEX triplet: DE, 1C and 0B. RGB value is (222,28,11). Sum of RGB (Red+Green+Blue) = 222+28+11=261 (34% of max value = 765). Red value is 222 (87.11% from 255 or 85.06% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE1C0B is #21E3F4. Grayscale: #545454. Windows color (decimal): -2221045 or 728286. OLE color: 728286.
HSL color Cylindrical-coordinate representation of color #DE1C0B: hue angle of 4.83º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE1C0B is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 28 | 11 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.13 |
| HSL | 4.83º | 0.91% | 0.46% | - |
| HSV(B) | 4.83º | 0.95% | 0.87% | - |
| XYZ | 30.6 | 16.38 | 1.87 | - |
| YUV | 84.07 | 86.77 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 28 | 11 | 0 | 0.87 | 0.95 | 0.13 | 4.83 | 0.91 | 0.46 |
| Hex | DE | 1C | B | 0 | 57 | 5F | D | 5 | 5B | 2E |
| Octal | 336 | 34 | 13 | 0 | 127 | 137 | 15 | 5 | 133 | 56 |
| Binary | 11011110 | 11100 | 1011 | 0 | 1010111 | 1011111 | 1101 | 101 | 1011011 | 101110 |
Color Harmonies of #DE1C0B
Complementary color
Monochromatic Colors of #DE1C0B
Black with #DE1C0B
Text Example
Text Example
White with #DE1C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1C0B; }
p { color: rgb(222,28,11); }
H1.HeaderClassName
{
color: #DE1C0B;
}
.AnyTagClassName
{
color: #DE1C0B;
}
</style>
background-color css
<style>
a { background-color: #DE1C0B; }
a { background-color: rgb(222,28,11); }
div.DivClassName
{
background-color: #DE1C0B;
}
.BgClassName
{
background-color: #DE1C0B;
}
</style>
border-color css
<style>
span { border-color: #DE1C0B; }
span { border-color: rgb(222,28,11); }
td.TdClassName
{
border-color: #DE1C0B;
}
.TagClassName
{
border-color: #DE1C0B;
}
</style>