Html Css Color HEX #CE2B11 Harley Davidson Orange
📋 copy color: '#CE2B11'red 206 ◦ green 43 ◦ blue 17
Shades of Harley Davidson Orange #CE2B11
Tints of Harley Davidson Orange #CE2B11
RGB
CMYK
RGB Variations
Color information
#CE2B11 (or 0xCE2B11) is known color: Harley Davidson Orange. HEX triplet: CE, 2B and 11. RGB value is (206,43,17). Sum of RGB (Red+Green+Blue) = 206+43+17=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2B11 is #31D4EE. Grayscale: #595959. Windows color (decimal): -3265775 or 1125326. OLE color: 1125326.
HSL color Cylindrical-coordinate representation of color #CE2B11: hue angle of 8.25º 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 #CE2B11 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 17 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.19 |
| HSL | 8.25º | 0.85% | 0.44% | - |
| HSV(B) | 8.25º | 0.92% | 0.81% | - |
| XYZ | 26.42 | 14.89 | 2.01 | - |
| YUV | 88.77 | 87.5 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 17 | 0 | 0.79 | 0.92 | 0.19 | 8.25 | 0.85 | 0.44 |
| Hex | CE | 2B | 11 | 0 | 4F | 5C | 13 | 8 | 55 | 2C |
| Octal | 316 | 53 | 21 | 0 | 117 | 134 | 23 | 10 | 125 | 54 |
| Binary | 11001110 | 101011 | 10001 | 0 | 1001111 | 1011100 | 10011 | 1000 | 1010101 | 101100 |
Color Harmonies of #CE2B11
Complementary color
Monochromatic Colors of #CE2B11
Black with #CE2B11
Text Example
Text Example
White with #CE2B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B11; }
p { color: rgb(206,43,17); }
H1.HeaderClassName
{
color: #CE2B11;
}
.AnyTagClassName
{
color: #CE2B11;
}
</style>
background-color css
<style>
a { background-color: #CE2B11; }
a { background-color: rgb(206,43,17); }
div.DivClassName
{
background-color: #CE2B11;
}
.BgClassName
{
background-color: #CE2B11;
}
</style>
border-color css
<style>
span { border-color: #CE2B11; }
span { border-color: rgb(206,43,17); }
td.TdClassName
{
border-color: #CE2B11;
}
.TagClassName
{
border-color: #CE2B11;
}
</style>