Html Css Color HEX #CE4611 Harley Davidson Orange
📋 copy color: '#CE4611'red 206 ◦ green 70 ◦ blue 17
Shades of Harley Davidson Orange #CE4611
Tints of Harley Davidson Orange #CE4611
RGB
CMYK
RGB Variations
Color information
#CE4611 (or 0xCE4611) is known color: Harley Davidson Orange. HEX triplet: CE, 46 and 11. RGB value is (206,70,17). Sum of RGB (Red+Green+Blue) = 206+70+17=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4611 is #31B9EE. Grayscale: #686868. Windows color (decimal): -3258863 or 1132238. OLE color: 1132238.
HSL color Cylindrical-coordinate representation of color #CE4611: hue angle of 16.83º 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 #CE4611 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 17 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.19 |
| HSL | 16.83º | 0.85% | 0.44% | - |
| HSV(B) | 16.83º | 0.92% | 0.81% | - |
| XYZ | 27.74 | 17.54 | 2.45 | - |
| YUV | 104.62 | 78.56 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 17 | 0 | 0.66 | 0.92 | 0.19 | 16.83 | 0.85 | 0.44 |
| Hex | CE | 46 | 11 | 0 | 42 | 5C | 13 | 11 | 55 | 2C |
| Octal | 316 | 106 | 21 | 0 | 102 | 134 | 23 | 21 | 125 | 54 |
| Binary | 11001110 | 1000110 | 10001 | 0 | 1000010 | 1011100 | 10011 | 10001 | 1010101 | 101100 |
Color Harmonies of #CE4611
Complementary color
Monochromatic Colors of #CE4611
Black with #CE4611
Text Example
Text Example
White with #CE4611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4611; }
p { color: rgb(206,70,17); }
H1.HeaderClassName
{
color: #CE4611;
}
.AnyTagClassName
{
color: #CE4611;
}
</style>
background-color css
<style>
a { background-color: #CE4611; }
a { background-color: rgb(206,70,17); }
div.DivClassName
{
background-color: #CE4611;
}
.BgClassName
{
background-color: #CE4611;
}
</style>
border-color css
<style>
span { border-color: #CE4611; }
span { border-color: rgb(206,70,17); }
td.TdClassName
{
border-color: #CE4611;
}
.TagClassName
{
border-color: #CE4611;
}
</style>