Html Css Color HEX #CE2E06 Harley Davidson Orange
📋 copy color: '#CE2E06'red 206 ◦ green 46 ◦ blue 6
Shades of Harley Davidson Orange #CE2E06
Tints of Harley Davidson Orange #CE2E06
RGB
CMYK
RGB Variations
Color information
#CE2E06 (or 0xCE2E06) is known color: Harley Davidson Orange. HEX triplet: CE, 2E and 06. RGB value is (206,46,6). Sum of RGB (Red+Green+Blue) = 206+46+6=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2E06 is #31D1F9. Grayscale: #595959. Windows color (decimal): -3265018 or 405198. OLE color: 405198.
HSL color Cylindrical-coordinate representation of color #CE2E06: hue angle of 12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE2E06 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 6 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.19 |
| HSL | 12º | 0.94% | 0.42% | - |
| HSV(B) | 12º | 0.97% | 0.81% | - |
| XYZ | 26.46 | 15.09 | 1.69 | - |
| YUV | 89.28 | 81.01 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 6 | 0 | 0.78 | 0.97 | 0.19 | 12 | 0.94 | 0.42 |
| Hex | CE | 2E | 6 | 0 | 4E | 61 | 13 | C | 5E | 2A |
| Octal | 316 | 56 | 6 | 0 | 116 | 141 | 23 | 14 | 136 | 52 |
| Binary | 11001110 | 101110 | 110 | 0 | 1001110 | 1100001 | 10011 | 1100 | 1011110 | 101010 |
Color Harmonies of #CE2E06
Complementary color
Monochromatic Colors of #CE2E06
Black with #CE2E06
Text Example
Text Example
White with #CE2E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E06; }
p { color: rgb(206,46,6); }
H1.HeaderClassName
{
color: #CE2E06;
}
.AnyTagClassName
{
color: #CE2E06;
}
</style>
background-color css
<style>
a { background-color: #CE2E06; }
a { background-color: rgb(206,46,6); }
div.DivClassName
{
background-color: #CE2E06;
}
.BgClassName
{
background-color: #CE2E06;
}
</style>
border-color css
<style>
span { border-color: #CE2E06; }
span { border-color: rgb(206,46,6); }
td.TdClassName
{
border-color: #CE2E06;
}
.TagClassName
{
border-color: #CE2E06;
}
</style>