Html Css Color HEX #CE2017 Harley Davidson Orange
📋 copy color: '#CE2017'red 206 ◦ green 32 ◦ blue 23
Shades of Harley Davidson Orange #CE2017
Tints of Harley Davidson Orange #CE2017
RGB
CMYK
RGB Variations
Color information
#CE2017 (or 0xCE2017) is known color: Harley Davidson Orange. HEX triplet: CE, 20 and 17. RGB value is (206,32,23). Sum of RGB (Red+Green+Blue) = 206+32+23=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2017 is #31DFE8. Grayscale: #535353. Windows color (decimal): -3268585 or 1515726. OLE color: 1515726.
HSL color Cylindrical-coordinate representation of color #CE2017: hue angle of 2.95º 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 #CE2017 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 23 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.19 |
| HSL | 2.95º | 0.8% | 0.45% | - |
| HSV(B) | 2.95º | 0.89% | 0.81% | - |
| XYZ | 26.12 | 14.22 | 2.18 | - |
| YUV | 83 | 94.15 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 23 | 0 | 0.84 | 0.89 | 0.19 | 2.95 | 0.8 | 0.45 |
| Hex | CE | 20 | 17 | 0 | 54 | 59 | 13 | 3 | 50 | 2D |
| Octal | 316 | 40 | 27 | 0 | 124 | 131 | 23 | 3 | 120 | 55 |
| Binary | 11001110 | 100000 | 10111 | 0 | 1010100 | 1011001 | 10011 | 11 | 1010000 | 101101 |
Color Harmonies of #CE2017
Complementary color
Monochromatic Colors of #CE2017
Black with #CE2017
Text Example
Text Example
White with #CE2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2017; }
p { color: rgb(206,32,23); }
H1.HeaderClassName
{
color: #CE2017;
}
.AnyTagClassName
{
color: #CE2017;
}
</style>
background-color css
<style>
a { background-color: #CE2017; }
a { background-color: rgb(206,32,23); }
div.DivClassName
{
background-color: #CE2017;
}
.BgClassName
{
background-color: #CE2017;
}
</style>
border-color css
<style>
span { border-color: #CE2017; }
span { border-color: rgb(206,32,23); }
td.TdClassName
{
border-color: #CE2017;
}
.TagClassName
{
border-color: #CE2017;
}
</style>