Html Css Color HEX #CE3211 Harley Davidson Orange
📋 copy color: '#CE3211'red 206 ◦ green 50 ◦ blue 17
Shades of Harley Davidson Orange #CE3211
Tints of Harley Davidson Orange #CE3211
RGB
CMYK
RGB Variations
Color information
#CE3211 (or 0xCE3211) is known color: Harley Davidson Orange. HEX triplet: CE, 32 and 11. RGB value is (206,50,17). Sum of RGB (Red+Green+Blue) = 206+50+17=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3211 is #31CDEE. Grayscale: #5D5D5D. Windows color (decimal): -3263983 or 1127118. OLE color: 1127118.
HSL color Cylindrical-coordinate representation of color #CE3211: hue angle of 10.48º 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 #CE3211 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 17 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.19 |
| HSL | 10.48º | 0.85% | 0.44% | - |
| HSV(B) | 10.48º | 0.92% | 0.81% | - |
| XYZ | 26.7 | 15.44 | 2.1 | - |
| YUV | 92.88 | 85.18 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 17 | 0 | 0.76 | 0.92 | 0.19 | 10.48 | 0.85 | 0.44 |
| Hex | CE | 32 | 11 | 0 | 4C | 5C | 13 | A | 55 | 2C |
| Octal | 316 | 62 | 21 | 0 | 114 | 134 | 23 | 12 | 125 | 54 |
| Binary | 11001110 | 110010 | 10001 | 0 | 1001100 | 1011100 | 10011 | 1010 | 1010101 | 101100 |
Color Harmonies of #CE3211
Complementary color
Monochromatic Colors of #CE3211
Black with #CE3211
Text Example
Text Example
White with #CE3211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3211; }
p { color: rgb(206,50,17); }
H1.HeaderClassName
{
color: #CE3211;
}
.AnyTagClassName
{
color: #CE3211;
}
</style>
background-color css
<style>
a { background-color: #CE3211; }
a { background-color: rgb(206,50,17); }
div.DivClassName
{
background-color: #CE3211;
}
.BgClassName
{
background-color: #CE3211;
}
</style>
border-color css
<style>
span { border-color: #CE3211; }
span { border-color: rgb(206,50,17); }
td.TdClassName
{
border-color: #CE3211;
}
.TagClassName
{
border-color: #CE3211;
}
</style>