Html Css Color HEX #CE2811 Harley Davidson Orange
📋 copy color: '#CE2811'red 206 ◦ green 40 ◦ blue 17
Shades of Harley Davidson Orange #CE2811
Tints of Harley Davidson Orange #CE2811
RGB
CMYK
RGB Variations
Color information
#CE2811 (or 0xCE2811) is known color: Harley Davidson Orange. HEX triplet: CE, 28 and 11. RGB value is (206,40,17). Sum of RGB (Red+Green+Blue) = 206+40+17=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2811 is #31D7EE. Grayscale: #575757. Windows color (decimal): -3266543 or 1124558. OLE color: 1124558.
HSL color Cylindrical-coordinate representation of color #CE2811: hue angle of 7.3º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE2811 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 17 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.19 |
| HSL | 7.3º | 0.85% | 0.44% | - |
| HSV(B) | 7.3º | 0.92% | 0.81% | - |
| XYZ | 26.31 | 14.68 | 1.98 | - |
| YUV | 87.01 | 88.5 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 17 | 0 | 0.81 | 0.92 | 0.19 | 7.3 | 0.85 | 0.44 |
| Hex | CE | 28 | 11 | 0 | 51 | 5C | 13 | 7 | 55 | 2C |
| Octal | 316 | 50 | 21 | 0 | 121 | 134 | 23 | 7 | 125 | 54 |
| Binary | 11001110 | 101000 | 10001 | 0 | 1010001 | 1011100 | 10011 | 111 | 1010101 | 101100 |
Color Harmonies of #CE2811
Complementary color
Monochromatic Colors of #CE2811
Black with #CE2811
Text Example
Text Example
White with #CE2811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2811; }
p { color: rgb(206,40,17); }
H1.HeaderClassName
{
color: #CE2811;
}
.AnyTagClassName
{
color: #CE2811;
}
</style>
background-color css
<style>
a { background-color: #CE2811; }
a { background-color: rgb(206,40,17); }
div.DivClassName
{
background-color: #CE2811;
}
.BgClassName
{
background-color: #CE2811;
}
</style>
border-color css
<style>
span { border-color: #CE2811; }
span { border-color: rgb(206,40,17); }
td.TdClassName
{
border-color: #CE2811;
}
.TagClassName
{
border-color: #CE2811;
}
</style>