Html Css Color HEX #CE3711 Harley Davidson Orange
📋 copy color: '#CE3711'red 206 ◦ green 55 ◦ blue 17
Shades of Harley Davidson Orange #CE3711
Tints of Harley Davidson Orange #CE3711
RGB
CMYK
RGB Variations
Color information
#CE3711 (or 0xCE3711) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 11. RGB value is (206,55,17). Sum of RGB (Red+Green+Blue) = 206+55+17=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3711 is #31C8EE. Grayscale: #606060. Windows color (decimal): -3262703 or 1128398. OLE color: 1128398.
HSL color Cylindrical-coordinate representation of color #CE3711: hue angle of 12.06º 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 #CE3711 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 17 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.19 |
| HSL | 12.06º | 0.85% | 0.44% | - |
| HSV(B) | 12.06º | 0.92% | 0.81% | - |
| XYZ | 26.92 | 15.89 | 2.18 | - |
| YUV | 95.82 | 83.53 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 17 | 0 | 0.73 | 0.92 | 0.19 | 12.06 | 0.85 | 0.44 |
| Hex | CE | 37 | 11 | 0 | 49 | 5C | 13 | C | 55 | 2C |
| Octal | 316 | 67 | 21 | 0 | 111 | 134 | 23 | 14 | 125 | 54 |
| Binary | 11001110 | 110111 | 10001 | 0 | 1001001 | 1011100 | 10011 | 1100 | 1010101 | 101100 |
Color Harmonies of #CE3711
Complementary color
Monochromatic Colors of #CE3711
Black with #CE3711
Text Example
Text Example
White with #CE3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3711; }
p { color: rgb(206,55,17); }
H1.HeaderClassName
{
color: #CE3711;
}
.AnyTagClassName
{
color: #CE3711;
}
</style>
background-color css
<style>
a { background-color: #CE3711; }
a { background-color: rgb(206,55,17); }
div.DivClassName
{
background-color: #CE3711;
}
.BgClassName
{
background-color: #CE3711;
}
</style>
border-color css
<style>
span { border-color: #CE3711; }
span { border-color: rgb(206,55,17); }
td.TdClassName
{
border-color: #CE3711;
}
.TagClassName
{
border-color: #CE3711;
}
</style>