Html Css Color HEX #CE2B06 Harley Davidson Orange
📋 copy color: '#CE2B06'red 206 ◦ green 43 ◦ blue 6
Shades of Harley Davidson Orange #CE2B06
Tints of Harley Davidson Orange #CE2B06
RGB
CMYK
RGB Variations
Color information
#CE2B06 (or 0xCE2B06) is known color: Harley Davidson Orange. HEX triplet: CE, 2B and 06. RGB value is (206,43,6). Sum of RGB (Red+Green+Blue) = 206+43+6=255 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.78% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2B06 is #31D4F9. Grayscale: #575757. Windows color (decimal): -3265786 or 404430. OLE color: 404430.
HSL color Cylindrical-coordinate representation of color #CE2B06: hue angle of 11.1º 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 #CE2B06 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 6 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.19 |
| HSL | 11.1º | 0.94% | 0.42% | - |
| HSV(B) | 11.1º | 0.97% | 0.81% | - |
| XYZ | 26.35 | 14.86 | 1.65 | - |
| YUV | 87.52 | 82 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 6 | 0 | 0.79 | 0.97 | 0.19 | 11.1 | 0.94 | 0.42 |
| Hex | CE | 2B | 6 | 0 | 4F | 61 | 13 | B | 5E | 2A |
| Octal | 316 | 53 | 6 | 0 | 117 | 141 | 23 | 13 | 136 | 52 |
| Binary | 11001110 | 101011 | 110 | 0 | 1001111 | 1100001 | 10011 | 1011 | 1011110 | 101010 |
Color Harmonies of #CE2B06
Complementary color
Monochromatic Colors of #CE2B06
Black with #CE2B06
Text Example
Text Example
White with #CE2B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B06; }
p { color: rgb(206,43,6); }
H1.HeaderClassName
{
color: #CE2B06;
}
.AnyTagClassName
{
color: #CE2B06;
}
</style>
background-color css
<style>
a { background-color: #CE2B06; }
a { background-color: rgb(206,43,6); }
div.DivClassName
{
background-color: #CE2B06;
}
.BgClassName
{
background-color: #CE2B06;
}
</style>
border-color css
<style>
span { border-color: #CE2B06; }
span { border-color: rgb(206,43,6); }
td.TdClassName
{
border-color: #CE2B06;
}
.TagClassName
{
border-color: #CE2B06;
}
</style>