Html Css Color HEX #CE2801 Harley Davidson Orange
📋 copy color: '#CE2801'red 206 ◦ green 40 ◦ blue 1
Shades of Harley Davidson Orange #CE2801
Tints of Harley Davidson Orange #CE2801
RGB
CMYK
RGB Variations
Color information
#CE2801 (or 0xCE2801) is known color: Harley Davidson Orange. HEX triplet: CE, 28 and 01. RGB value is (206,40,1). Sum of RGB (Red+Green+Blue) = 206+40+1=247 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.40% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2801 is #31D7FE. Grayscale: #555555. Windows color (decimal): -3266559 or 75982. OLE color: 75982.
HSL color Cylindrical-coordinate representation of color #CE2801: hue angle of 11.41º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE2801 is Cyan = 0, Magento = 0.81, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 1 | - |
| CMYK | 0 | 0.81 | 1.00 | 0.19 |
| HSL | 11.41º | 0.99% | 0.41% | - |
| HSV(B) | 11.41º | 1% | 0.81% | - |
| XYZ | 26.22 | 14.64 | 1.47 | - |
| YUV | 85.19 | 80.5 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 1 | 0 | 0.81 | 1.00 | 0.19 | 11.41 | 0.99 | 0.41 |
| Hex | CE | 28 | 1 | 0 | 51 | 64 | 13 | B | 63 | 29 |
| Octal | 316 | 50 | 1 | 0 | 121 | 144 | 23 | 13 | 143 | 51 |
| Binary | 11001110 | 101000 | 1 | 0 | 1010001 | 1100100 | 10011 | 1011 | 1100011 | 101001 |
Color Harmonies of #CE2801
Complementary color
Monochromatic Colors of #CE2801
Black with #CE2801
Text Example
Text Example
White with #CE2801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2801; }
p { color: rgb(206,40,1); }
H1.HeaderClassName
{
color: #CE2801;
}
.AnyTagClassName
{
color: #CE2801;
}
</style>
background-color css
<style>
a { background-color: #CE2801; }
a { background-color: rgb(206,40,1); }
div.DivClassName
{
background-color: #CE2801;
}
.BgClassName
{
background-color: #CE2801;
}
</style>
border-color css
<style>
span { border-color: #CE2801; }
span { border-color: rgb(206,40,1); }
td.TdClassName
{
border-color: #CE2801;
}
.TagClassName
{
border-color: #CE2801;
}
</style>