Html Css Color HEX #CE2B17 Harley Davidson Orange
📋 copy color: '#CE2B17'red 206 ◦ green 43 ◦ blue 23
Shades of Harley Davidson Orange #CE2B17
Tints of Harley Davidson Orange #CE2B17
RGB
CMYK
RGB Variations
Color information
#CE2B17 (or 0xCE2B17) is known color: Harley Davidson Orange. HEX triplet: CE, 2B and 17. RGB value is (206,43,23). Sum of RGB (Red+Green+Blue) = 206+43+23=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2B17 is #31D4E8. Grayscale: #595959. Windows color (decimal): -3265769 or 1518542. OLE color: 1518542.
HSL color Cylindrical-coordinate representation of color #CE2B17: hue angle of 6.56º 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 #CE2B17 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 23 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.19 |
| HSL | 6.56º | 0.8% | 0.45% | - |
| HSV(B) | 6.56º | 0.89% | 0.81% | - |
| XYZ | 26.47 | 14.91 | 2.29 | - |
| YUV | 89.46 | 90.5 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 23 | 0 | 0.79 | 0.89 | 0.19 | 6.56 | 0.8 | 0.45 |
| Hex | CE | 2B | 17 | 0 | 4F | 59 | 13 | 7 | 50 | 2D |
| Octal | 316 | 53 | 27 | 0 | 117 | 131 | 23 | 7 | 120 | 55 |
| Binary | 11001110 | 101011 | 10111 | 0 | 1001111 | 1011001 | 10011 | 111 | 1010000 | 101101 |
Color Harmonies of #CE2B17
Complementary color
Monochromatic Colors of #CE2B17
Black with #CE2B17
Text Example
Text Example
White with #CE2B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B17; }
p { color: rgb(206,43,23); }
H1.HeaderClassName
{
color: #CE2B17;
}
.AnyTagClassName
{
color: #CE2B17;
}
</style>
background-color css
<style>
a { background-color: #CE2B17; }
a { background-color: rgb(206,43,23); }
div.DivClassName
{
background-color: #CE2B17;
}
.BgClassName
{
background-color: #CE2B17;
}
</style>
border-color css
<style>
span { border-color: #CE2B17; }
span { border-color: rgb(206,43,23); }
td.TdClassName
{
border-color: #CE2B17;
}
.TagClassName
{
border-color: #CE2B17;
}
</style>