Html Css Color HEX #CE2116 Harley Davidson Orange
📋 copy color: '#CE2116'red 206 ◦ green 33 ◦ blue 22
Shades of Harley Davidson Orange #CE2116
Tints of Harley Davidson Orange #CE2116
RGB
CMYK
RGB Variations
Color information
#CE2116 (or 0xCE2116) is known color: Harley Davidson Orange. HEX triplet: CE, 21 and 16. RGB value is (206,33,22). Sum of RGB (Red+Green+Blue) = 206+33+22=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2116 is #31DEE9. Grayscale: #535353. Windows color (decimal): -3268330 or 1450446. OLE color: 1450446.
HSL color Cylindrical-coordinate representation of color #CE2116: hue angle of 3.59º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE2116 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 22 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.19 |
| HSL | 3.59º | 0.81% | 0.45% | - |
| HSV(B) | 3.59º | 0.89% | 0.81% | - |
| XYZ | 26.14 | 14.27 | 2.14 | - |
| YUV | 83.47 | 93.31 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 22 | 0 | 0.84 | 0.89 | 0.19 | 3.59 | 0.81 | 0.45 |
| Hex | CE | 21 | 16 | 0 | 54 | 59 | 13 | 4 | 51 | 2D |
| Octal | 316 | 41 | 26 | 0 | 124 | 131 | 23 | 4 | 121 | 55 |
| Binary | 11001110 | 100001 | 10110 | 0 | 1010100 | 1011001 | 10011 | 100 | 1010001 | 101101 |
Color Harmonies of #CE2116
Complementary color
Monochromatic Colors of #CE2116
Black with #CE2116
Text Example
Text Example
White with #CE2116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2116; }
p { color: rgb(206,33,22); }
H1.HeaderClassName
{
color: #CE2116;
}
.AnyTagClassName
{
color: #CE2116;
}
</style>
background-color css
<style>
a { background-color: #CE2116; }
a { background-color: rgb(206,33,22); }
div.DivClassName
{
background-color: #CE2116;
}
.BgClassName
{
background-color: #CE2116;
}
</style>
border-color css
<style>
span { border-color: #CE2116; }
span { border-color: rgb(206,33,22); }
td.TdClassName
{
border-color: #CE2116;
}
.TagClassName
{
border-color: #CE2116;
}
</style>