Html Css Color HEX #CE1E11 Harley Davidson Orange
📋 copy color: '#CE1E11'red 206 ◦ green 30 ◦ blue 17
Shades of Harley Davidson Orange #CE1E11
Tints of Harley Davidson Orange #CE1E11
RGB
CMYK
RGB Variations
Color information
#CE1E11 (or 0xCE1E11) is known color: Harley Davidson Orange. HEX triplet: CE, 1E and 11. RGB value is (206,30,17). Sum of RGB (Red+Green+Blue) = 206+30+17=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1E11 is #31E1EE. Grayscale: #515151. Windows color (decimal): -3269103 or 1121998. OLE color: 1121998.
HSL color Cylindrical-coordinate representation of color #CE1E11: hue angle of 4.13º 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 #CE1E11 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 17 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.19 |
| HSL | 4.13º | 0.85% | 0.44% | - |
| HSV(B) | 4.13º | 0.92% | 0.81% | - |
| XYZ | 26.02 | 14.09 | 1.88 | - |
| YUV | 81.14 | 91.81 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 17 | 0 | 0.85 | 0.92 | 0.19 | 4.13 | 0.85 | 0.44 |
| Hex | CE | 1E | 11 | 0 | 55 | 5C | 13 | 4 | 55 | 2C |
| Octal | 316 | 36 | 21 | 0 | 125 | 134 | 23 | 4 | 125 | 54 |
| Binary | 11001110 | 11110 | 10001 | 0 | 1010101 | 1011100 | 10011 | 100 | 1010101 | 101100 |
Color Harmonies of #CE1E11
Complementary color
Monochromatic Colors of #CE1E11
Black with #CE1E11
Text Example
Text Example
White with #CE1E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E11; }
p { color: rgb(206,30,17); }
H1.HeaderClassName
{
color: #CE1E11;
}
.AnyTagClassName
{
color: #CE1E11;
}
</style>
background-color css
<style>
a { background-color: #CE1E11; }
a { background-color: rgb(206,30,17); }
div.DivClassName
{
background-color: #CE1E11;
}
.BgClassName
{
background-color: #CE1E11;
}
</style>
border-color css
<style>
span { border-color: #CE1E11; }
span { border-color: rgb(206,30,17); }
td.TdClassName
{
border-color: #CE1E11;
}
.TagClassName
{
border-color: #CE1E11;
}
</style>