Html Css Color HEX #CE3A0E Harley Davidson Orange
📋 copy color: '#CE3A0E'red 206 ◦ green 58 ◦ blue 14
Shades of Harley Davidson Orange #CE3A0E
Tints of Harley Davidson Orange #CE3A0E
RGB
CMYK
RGB Variations
Color information
#CE3A0E (or 0xCE3A0E) is known color: Harley Davidson Orange. HEX triplet: CE, 3A and 0E. RGB value is (206,58,14). Sum of RGB (Red+Green+Blue) = 206+58+14=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3A0E is #31C5F1. Grayscale: #616161. Windows color (decimal): -3261938 or 932558. OLE color: 932558.
HSL color Cylindrical-coordinate representation of color #CE3A0E: hue angle of 13.75º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE3A0E is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 14 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.19 |
| HSL | 13.75º | 0.87% | 0.43% | - |
| HSV(B) | 13.75º | 0.93% | 0.81% | - |
| XYZ | 27.05 | 16.18 | 2.11 | - |
| YUV | 97.24 | 81.03 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 14 | 0 | 0.72 | 0.93 | 0.19 | 13.75 | 0.87 | 0.43 |
| Hex | CE | 3A | E | 0 | 48 | 5D | 13 | E | 57 | 2B |
| Octal | 316 | 72 | 16 | 0 | 110 | 135 | 23 | 16 | 127 | 53 |
| Binary | 11001110 | 111010 | 1110 | 0 | 1001000 | 1011101 | 10011 | 1110 | 1010111 | 101011 |
Color Harmonies of #CE3A0E
Complementary color
Monochromatic Colors of #CE3A0E
Black with #CE3A0E
Text Example
Text Example
White with #CE3A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A0E; }
p { color: rgb(206,58,14); }
H1.HeaderClassName
{
color: #CE3A0E;
}
.AnyTagClassName
{
color: #CE3A0E;
}
</style>
background-color css
<style>
a { background-color: #CE3A0E; }
a { background-color: rgb(206,58,14); }
div.DivClassName
{
background-color: #CE3A0E;
}
.BgClassName
{
background-color: #CE3A0E;
}
</style>
border-color css
<style>
span { border-color: #CE3A0E; }
span { border-color: rgb(206,58,14); }
td.TdClassName
{
border-color: #CE3A0E;
}
.TagClassName
{
border-color: #CE3A0E;
}
</style>