Html Css Color HEX #CE2C17 Harley Davidson Orange
📋 copy color: '#CE2C17'red 206 ◦ green 44 ◦ blue 23
Shades of Harley Davidson Orange #CE2C17
Tints of Harley Davidson Orange #CE2C17
RGB
CMYK
RGB Variations
Color information
#CE2C17 (or 0xCE2C17) is known color: Harley Davidson Orange. HEX triplet: CE, 2C and 17. RGB value is (206,44,23). Sum of RGB (Red+Green+Blue) = 206+44+23=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2C17 is #31D3E8. Grayscale: #5A5A5A. Windows color (decimal): -3265513 or 1518798. OLE color: 1518798.
HSL color Cylindrical-coordinate representation of color #CE2C17: hue angle of 6.89º degrees, saturation: 0.8, 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 #CE2C17 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 44 | 23 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.19 |
| HSL | 6.89º | 0.8% | 0.45% | - |
| HSV(B) | 6.89º | 0.89% | 0.81% | - |
| XYZ | 26.51 | 14.99 | 2.31 | - |
| YUV | 90.04 | 90.17 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 23 | 0 | 0.79 | 0.89 | 0.19 | 6.89 | 0.8 | 0.45 |
| Hex | CE | 2C | 17 | 0 | 4F | 59 | 13 | 7 | 50 | 2D |
| Octal | 316 | 54 | 27 | 0 | 117 | 131 | 23 | 7 | 120 | 55 |
| Binary | 11001110 | 101100 | 10111 | 0 | 1001111 | 1011001 | 10011 | 111 | 1010000 | 101101 |
Color Harmonies of #CE2C17
Complementary color
Monochromatic Colors of #CE2C17
Black with #CE2C17
Text Example
Text Example
White with #CE2C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2C17; }
p { color: rgb(206,44,23); }
H1.HeaderClassName
{
color: #CE2C17;
}
.AnyTagClassName
{
color: #CE2C17;
}
</style>
background-color css
<style>
a { background-color: #CE2C17; }
a { background-color: rgb(206,44,23); }
div.DivClassName
{
background-color: #CE2C17;
}
.BgClassName
{
background-color: #CE2C17;
}
</style>
border-color css
<style>
span { border-color: #CE2C17; }
span { border-color: rgb(206,44,23); }
td.TdClassName
{
border-color: #CE2C17;
}
.TagClassName
{
border-color: #CE2C17;
}
</style>