Html Css Color HEX #CE3111 Harley Davidson Orange
📋 copy color: '#CE3111'red 206 ◦ green 49 ◦ blue 17
Shades of Harley Davidson Orange #CE3111
Tints of Harley Davidson Orange #CE3111
RGB
CMYK
RGB Variations
Color information
#CE3111 (or 0xCE3111) is known color: Harley Davidson Orange. HEX triplet: CE, 31 and 11. RGB value is (206,49,17). Sum of RGB (Red+Green+Blue) = 206+49+17=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3111 is #31CEEE. Grayscale: #5C5C5C. Windows color (decimal): -3264239 or 1126862. OLE color: 1126862.
HSL color Cylindrical-coordinate representation of color #CE3111: hue angle of 10.16º 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 #CE3111 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 17 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.19 |
| HSL | 10.16º | 0.85% | 0.44% | - |
| HSV(B) | 10.16º | 0.92% | 0.81% | - |
| XYZ | 26.65 | 15.36 | 2.09 | - |
| YUV | 92.3 | 85.51 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 17 | 0 | 0.76 | 0.92 | 0.19 | 10.16 | 0.85 | 0.44 |
| Hex | CE | 31 | 11 | 0 | 4C | 5C | 13 | A | 55 | 2C |
| Octal | 316 | 61 | 21 | 0 | 114 | 134 | 23 | 12 | 125 | 54 |
| Binary | 11001110 | 110001 | 10001 | 0 | 1001100 | 1011100 | 10011 | 1010 | 1010101 | 101100 |
Color Harmonies of #CE3111
Complementary color
Monochromatic Colors of #CE3111
Black with #CE3111
Text Example
Text Example
White with #CE3111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3111; }
p { color: rgb(206,49,17); }
H1.HeaderClassName
{
color: #CE3111;
}
.AnyTagClassName
{
color: #CE3111;
}
</style>
background-color css
<style>
a { background-color: #CE3111; }
a { background-color: rgb(206,49,17); }
div.DivClassName
{
background-color: #CE3111;
}
.BgClassName
{
background-color: #CE3111;
}
</style>
border-color css
<style>
span { border-color: #CE3111; }
span { border-color: rgb(206,49,17); }
td.TdClassName
{
border-color: #CE3111;
}
.TagClassName
{
border-color: #CE3111;
}
</style>