Html Css Color HEX #CE3C0E Harley Davidson Orange
📋 copy color: '#CE3C0E'red 206 ◦ green 60 ◦ blue 14
Shades of Harley Davidson Orange #CE3C0E
Tints of Harley Davidson Orange #CE3C0E
RGB
CMYK
RGB Variations
Color information
#CE3C0E (or 0xCE3C0E) is known color: Harley Davidson Orange. HEX triplet: CE, 3C and 0E. RGB value is (206,60,14). Sum of RGB (Red+Green+Blue) = 206+60+14=280 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.57% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3C0E is #31C3F1. Grayscale: #626262. Windows color (decimal): -3261426 or 933070. OLE color: 933070.
HSL color Cylindrical-coordinate representation of color #CE3C0E: hue angle of 14.38º 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 #CE3C0E is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 14 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.19 |
| HSL | 14.38º | 0.87% | 0.43% | - |
| HSV(B) | 14.38º | 0.93% | 0.81% | - |
| XYZ | 27.15 | 16.39 | 2.15 | - |
| YUV | 98.41 | 80.37 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 14 | 0 | 0.71 | 0.93 | 0.19 | 14.38 | 0.87 | 0.43 |
| Hex | CE | 3C | E | 0 | 47 | 5D | 13 | E | 57 | 2B |
| Octal | 316 | 74 | 16 | 0 | 107 | 135 | 23 | 16 | 127 | 53 |
| Binary | 11001110 | 111100 | 1110 | 0 | 1000111 | 1011101 | 10011 | 1110 | 1010111 | 101011 |
Color Harmonies of #CE3C0E
Complementary color
Monochromatic Colors of #CE3C0E
Black with #CE3C0E
Text Example
Text Example
White with #CE3C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C0E; }
p { color: rgb(206,60,14); }
H1.HeaderClassName
{
color: #CE3C0E;
}
.AnyTagClassName
{
color: #CE3C0E;
}
</style>
background-color css
<style>
a { background-color: #CE3C0E; }
a { background-color: rgb(206,60,14); }
div.DivClassName
{
background-color: #CE3C0E;
}
.BgClassName
{
background-color: #CE3C0E;
}
</style>
border-color css
<style>
span { border-color: #CE3C0E; }
span { border-color: rgb(206,60,14); }
td.TdClassName
{
border-color: #CE3C0E;
}
.TagClassName
{
border-color: #CE3C0E;
}
</style>