Html Css Color HEX #CE3011 Harley Davidson Orange
📋 copy color: '#CE3011'red 206 ◦ green 48 ◦ blue 17
Shades of Harley Davidson Orange #CE3011
Tints of Harley Davidson Orange #CE3011
RGB
CMYK
RGB Variations
Color information
#CE3011 (or 0xCE3011) is known color: Harley Davidson Orange. HEX triplet: CE, 30 and 11. RGB value is (206,48,17). Sum of RGB (Red+Green+Blue) = 206+48+17=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3011 is #31CFEE. Grayscale: #5B5B5B. Windows color (decimal): -3264495 or 1126606. OLE color: 1126606.
HSL color Cylindrical-coordinate representation of color #CE3011: hue angle of 9.84º 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 #CE3011 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 17 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.19 |
| HSL | 9.84º | 0.85% | 0.44% | - |
| HSV(B) | 9.84º | 0.92% | 0.81% | - |
| XYZ | 26.61 | 15.28 | 2.08 | - |
| YUV | 91.71 | 85.85 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 17 | 0 | 0.77 | 0.92 | 0.19 | 9.84 | 0.85 | 0.44 |
| Hex | CE | 30 | 11 | 0 | 4D | 5C | 13 | A | 55 | 2C |
| Octal | 316 | 60 | 21 | 0 | 115 | 134 | 23 | 12 | 125 | 54 |
| Binary | 11001110 | 110000 | 10001 | 0 | 1001101 | 1011100 | 10011 | 1010 | 1010101 | 101100 |
Color Harmonies of #CE3011
Complementary color
Monochromatic Colors of #CE3011
Black with #CE3011
Text Example
Text Example
White with #CE3011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3011; }
p { color: rgb(206,48,17); }
H1.HeaderClassName
{
color: #CE3011;
}
.AnyTagClassName
{
color: #CE3011;
}
</style>
background-color css
<style>
a { background-color: #CE3011; }
a { background-color: rgb(206,48,17); }
div.DivClassName
{
background-color: #CE3011;
}
.BgClassName
{
background-color: #CE3011;
}
</style>
border-color css
<style>
span { border-color: #CE3011; }
span { border-color: rgb(206,48,17); }
td.TdClassName
{
border-color: #CE3011;
}
.TagClassName
{
border-color: #CE3011;
}
</style>