Html Css Color HEX #CE4811 Harley Davidson Orange
📋 copy color: '#CE4811'red 206 ◦ green 72 ◦ blue 17
Shades of Harley Davidson Orange #CE4811
Tints of Harley Davidson Orange #CE4811
RGB
CMYK
RGB Variations
Color information
#CE4811 (or 0xCE4811) is known color: Harley Davidson Orange. HEX triplet: CE, 48 and 11. RGB value is (206,72,17). Sum of RGB (Red+Green+Blue) = 206+72+17=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4811 is #31B7EE. Grayscale: #6A6A6A. Windows color (decimal): -3258351 or 1132750. OLE color: 1132750.
HSL color Cylindrical-coordinate representation of color #CE4811: hue angle of 17.46º 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 #CE4811 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 17 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.19 |
| HSL | 17.46º | 0.85% | 0.44% | - |
| HSV(B) | 17.46º | 0.92% | 0.81% | - |
| XYZ | 27.87 | 17.8 | 2.5 | - |
| YUV | 105.8 | 77.89 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 17 | 0 | 0.65 | 0.92 | 0.19 | 17.46 | 0.85 | 0.44 |
| Hex | CE | 48 | 11 | 0 | 41 | 5C | 13 | 11 | 55 | 2C |
| Octal | 316 | 110 | 21 | 0 | 101 | 134 | 23 | 21 | 125 | 54 |
| Binary | 11001110 | 1001000 | 10001 | 0 | 1000001 | 1011100 | 10011 | 10001 | 1010101 | 101100 |
Color Harmonies of #CE4811
Complementary color
Monochromatic Colors of #CE4811
Black with #CE4811
Text Example
Text Example
White with #CE4811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4811; }
p { color: rgb(206,72,17); }
H1.HeaderClassName
{
color: #CE4811;
}
.AnyTagClassName
{
color: #CE4811;
}
</style>
background-color css
<style>
a { background-color: #CE4811; }
a { background-color: rgb(206,72,17); }
div.DivClassName
{
background-color: #CE4811;
}
.BgClassName
{
background-color: #CE4811;
}
</style>
border-color css
<style>
span { border-color: #CE4811; }
span { border-color: rgb(206,72,17); }
td.TdClassName
{
border-color: #CE4811;
}
.TagClassName
{
border-color: #CE4811;
}
</style>