Html Css Color HEX #CE3611 Harley Davidson Orange
📋 copy color: '#CE3611'red 206 ◦ green 54 ◦ blue 17
Shades of Harley Davidson Orange #CE3611
Tints of Harley Davidson Orange #CE3611
RGB
CMYK
RGB Variations
Color information
#CE3611 (or 0xCE3611) is known color: Harley Davidson Orange. HEX triplet: CE, 36 and 11. RGB value is (206,54,17). Sum of RGB (Red+Green+Blue) = 206+54+17=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3611 is #31C9EE. Grayscale: #5F5F5F. Windows color (decimal): -3262959 or 1128142. OLE color: 1128142.
HSL color Cylindrical-coordinate representation of color #CE3611: hue angle of 11.75º 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 #CE3611 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 17 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.19 |
| HSL | 11.75º | 0.85% | 0.44% | - |
| HSV(B) | 11.75º | 0.92% | 0.81% | - |
| XYZ | 26.87 | 15.8 | 2.16 | - |
| YUV | 95.23 | 83.86 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 17 | 0 | 0.74 | 0.92 | 0.19 | 11.75 | 0.85 | 0.44 |
| Hex | CE | 36 | 11 | 0 | 4A | 5C | 13 | C | 55 | 2C |
| Octal | 316 | 66 | 21 | 0 | 112 | 134 | 23 | 14 | 125 | 54 |
| Binary | 11001110 | 110110 | 10001 | 0 | 1001010 | 1011100 | 10011 | 1100 | 1010101 | 101100 |
Color Harmonies of #CE3611
Complementary color
Monochromatic Colors of #CE3611
Black with #CE3611
Text Example
Text Example
White with #CE3611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3611; }
p { color: rgb(206,54,17); }
H1.HeaderClassName
{
color: #CE3611;
}
.AnyTagClassName
{
color: #CE3611;
}
</style>
background-color css
<style>
a { background-color: #CE3611; }
a { background-color: rgb(206,54,17); }
div.DivClassName
{
background-color: #CE3611;
}
.BgClassName
{
background-color: #CE3611;
}
</style>
border-color css
<style>
span { border-color: #CE3611; }
span { border-color: rgb(206,54,17); }
td.TdClassName
{
border-color: #CE3611;
}
.TagClassName
{
border-color: #CE3611;
}
</style>