Html Css Color HEX #CE2611 Harley Davidson Orange
📋 copy color: '#CE2611'red 206 ◦ green 38 ◦ blue 17
Shades of Harley Davidson Orange #CE2611
Tints of Harley Davidson Orange #CE2611
RGB
CMYK
RGB Variations
Color information
#CE2611 (or 0xCE2611) is known color: Harley Davidson Orange. HEX triplet: CE, 26 and 11. RGB value is (206,38,17). Sum of RGB (Red+Green+Blue) = 206+38+17=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2611 is #31D9EE. Grayscale: #565656. Windows color (decimal): -3267055 or 1124046. OLE color: 1124046.
HSL color Cylindrical-coordinate representation of color #CE2611: hue angle of 6.67º 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 #CE2611 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 17 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.19 |
| HSL | 6.67º | 0.85% | 0.44% | - |
| HSV(B) | 6.67º | 0.92% | 0.81% | - |
| XYZ | 26.25 | 14.55 | 1.96 | - |
| YUV | 85.84 | 89.16 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 17 | 0 | 0.82 | 0.92 | 0.19 | 6.67 | 0.85 | 0.44 |
| Hex | CE | 26 | 11 | 0 | 52 | 5C | 13 | 7 | 55 | 2C |
| Octal | 316 | 46 | 21 | 0 | 122 | 134 | 23 | 7 | 125 | 54 |
| Binary | 11001110 | 100110 | 10001 | 0 | 1010010 | 1011100 | 10011 | 111 | 1010101 | 101100 |
Color Harmonies of #CE2611
Complementary color
Monochromatic Colors of #CE2611
Black with #CE2611
Text Example
Text Example
White with #CE2611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2611; }
p { color: rgb(206,38,17); }
H1.HeaderClassName
{
color: #CE2611;
}
.AnyTagClassName
{
color: #CE2611;
}
</style>
background-color css
<style>
a { background-color: #CE2611; }
a { background-color: rgb(206,38,17); }
div.DivClassName
{
background-color: #CE2611;
}
.BgClassName
{
background-color: #CE2611;
}
</style>
border-color css
<style>
span { border-color: #CE2611; }
span { border-color: rgb(206,38,17); }
td.TdClassName
{
border-color: #CE2611;
}
.TagClassName
{
border-color: #CE2611;
}
</style>