Html Css Color HEX #CE2011 Harley Davidson Orange
📋 copy color: '#CE2011'red 206 ◦ green 32 ◦ blue 17
Shades of Harley Davidson Orange #CE2011
Tints of Harley Davidson Orange #CE2011
RGB
CMYK
RGB Variations
Color information
#CE2011 (or 0xCE2011) is known color: Harley Davidson Orange. HEX triplet: CE, 20 and 11. RGB value is (206,32,17). Sum of RGB (Red+Green+Blue) = 206+32+17=255 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.78% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2011 is #31DFEE. Grayscale: #525252. Windows color (decimal): -3268591 or 1122510. OLE color: 1122510.
HSL color Cylindrical-coordinate representation of color #CE2011: hue angle of 4.76º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE2011 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 17 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.19 |
| HSL | 4.76º | 0.85% | 0.44% | - |
| HSV(B) | 4.76º | 0.92% | 0.81% | - |
| XYZ | 26.07 | 14.2 | 1.9 | - |
| YUV | 82.32 | 91.15 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 17 | 0 | 0.84 | 0.92 | 0.19 | 4.76 | 0.85 | 0.44 |
| Hex | CE | 20 | 11 | 0 | 54 | 5C | 13 | 5 | 55 | 2C |
| Octal | 316 | 40 | 21 | 0 | 124 | 134 | 23 | 5 | 125 | 54 |
| Binary | 11001110 | 100000 | 10001 | 0 | 1010100 | 1011100 | 10011 | 101 | 1010101 | 101100 |
Color Harmonies of #CE2011
Complementary color
Monochromatic Colors of #CE2011
Black with #CE2011
Text Example
Text Example
White with #CE2011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2011; }
p { color: rgb(206,32,17); }
H1.HeaderClassName
{
color: #CE2011;
}
.AnyTagClassName
{
color: #CE2011;
}
</style>
background-color css
<style>
a { background-color: #CE2011; }
a { background-color: rgb(206,32,17); }
div.DivClassName
{
background-color: #CE2011;
}
.BgClassName
{
background-color: #CE2011;
}
</style>
border-color css
<style>
span { border-color: #CE2011; }
span { border-color: rgb(206,32,17); }
td.TdClassName
{
border-color: #CE2011;
}
.TagClassName
{
border-color: #CE2011;
}
</style>