Html Css Color HEX #DE1B0C Harley Davidson Orange
📋 copy color: '#DE1B0C'red 222 ◦ green 27 ◦ blue 12
Shades of Harley Davidson Orange #DE1B0C
Tints of Harley Davidson Orange #DE1B0C
RGB
CMYK
RGB Variations
Color information
#DE1B0C (or 0xDE1B0C) is known color: Harley Davidson Orange. HEX triplet: DE, 1B and 0C. RGB value is (222,27,12). Sum of RGB (Red+Green+Blue) = 222+27+12=261 (34% of max value = 765). Red value is 222 (87.11% from 255 or 85.06% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE1B0C is #21E4F3. Grayscale: #535353. Windows color (decimal): -2221300 or 793566. OLE color: 793566.
HSL color Cylindrical-coordinate representation of color #DE1B0C: hue angle of 4.29º degrees, saturation: 0.9, 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 #DE1B0C is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 27 | 12 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.13 |
| HSL | 4.29º | 0.9% | 0.46% | - |
| HSV(B) | 4.29º | 0.95% | 0.87% | - |
| XYZ | 30.58 | 16.34 | 1.89 | - |
| YUV | 83.6 | 87.6 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 27 | 12 | 0 | 0.88 | 0.95 | 0.13 | 4.29 | 0.9 | 0.46 |
| Hex | DE | 1B | C | 0 | 58 | 5F | D | 4 | 5A | 2E |
| Octal | 336 | 33 | 14 | 0 | 130 | 137 | 15 | 4 | 132 | 56 |
| Binary | 11011110 | 11011 | 1100 | 0 | 1011000 | 1011111 | 1101 | 100 | 1011010 | 101110 |
Color Harmonies of #DE1B0C
Complementary color
Monochromatic Colors of #DE1B0C
Black with #DE1B0C
Text Example
Text Example
White with #DE1B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1B0C; }
p { color: rgb(222,27,12); }
H1.HeaderClassName
{
color: #DE1B0C;
}
.AnyTagClassName
{
color: #DE1B0C;
}
</style>
background-color css
<style>
a { background-color: #DE1B0C; }
a { background-color: rgb(222,27,12); }
div.DivClassName
{
background-color: #DE1B0C;
}
.BgClassName
{
background-color: #DE1B0C;
}
</style>
border-color css
<style>
span { border-color: #DE1B0C; }
span { border-color: rgb(222,27,12); }
td.TdClassName
{
border-color: #DE1B0C;
}
.TagClassName
{
border-color: #DE1B0C;
}
</style>