Html Css Color HEX #CE460C Harley Davidson Orange
📋 copy color: '#CE460C'red 206 ◦ green 70 ◦ blue 12
Shades of Harley Davidson Orange #CE460C
Tints of Harley Davidson Orange #CE460C
RGB
CMYK
RGB Variations
Color information
#CE460C (or 0xCE460C) is known color: Harley Davidson Orange. HEX triplet: CE, 46 and 0C. RGB value is (206,70,12). Sum of RGB (Red+Green+Blue) = 206+70+12=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE460C is #31B9F3. Grayscale: #686868. Windows color (decimal): -3258868 or 804558. OLE color: 804558.
HSL color Cylindrical-coordinate representation of color #CE460C: hue angle of 17.94º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE460C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 12 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.19 |
| HSL | 17.94º | 0.89% | 0.43% | - |
| HSV(B) | 17.94º | 0.94% | 0.81% | - |
| XYZ | 27.71 | 17.53 | 2.27 | - |
| YUV | 104.05 | 76.06 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 12 | 0 | 0.66 | 0.94 | 0.19 | 17.94 | 0.89 | 0.43 |
| Hex | CE | 46 | C | 0 | 42 | 5E | 13 | 12 | 59 | 2B |
| Octal | 316 | 106 | 14 | 0 | 102 | 136 | 23 | 22 | 131 | 53 |
| Binary | 11001110 | 1000110 | 1100 | 0 | 1000010 | 1011110 | 10011 | 10010 | 1011001 | 101011 |
Color Harmonies of #CE460C
Complementary color
Monochromatic Colors of #CE460C
Black with #CE460C
Text Example
Text Example
White with #CE460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE460C; }
p { color: rgb(206,70,12); }
H1.HeaderClassName
{
color: #CE460C;
}
.AnyTagClassName
{
color: #CE460C;
}
</style>
background-color css
<style>
a { background-color: #CE460C; }
a { background-color: rgb(206,70,12); }
div.DivClassName
{
background-color: #CE460C;
}
.BgClassName
{
background-color: #CE460C;
}
</style>
border-color css
<style>
span { border-color: #CE460C; }
span { border-color: rgb(206,70,12); }
td.TdClassName
{
border-color: #CE460C;
}
.TagClassName
{
border-color: #CE460C;
}
</style>