Html Css Color HEX #CE360E Harley Davidson Orange
📋 copy color: '#CE360E'red 206 ◦ green 54 ◦ blue 14
Shades of Harley Davidson Orange #CE360E
Tints of Harley Davidson Orange #CE360E
RGB
CMYK
RGB Variations
Color information
#CE360E (or 0xCE360E) is known color: Harley Davidson Orange. HEX triplet: CE, 36 and 0E. RGB value is (206,54,14). Sum of RGB (Red+Green+Blue) = 206+54+14=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE360E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE360E is #31C9F1. Grayscale: #5F5F5F. Windows color (decimal): -3262962 or 931534. OLE color: 931534.
HSL color Cylindrical-coordinate representation of color #CE360E: hue angle of 12.5º 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 #CE360E is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 14 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.19 |
| HSL | 12.5º | 0.87% | 0.43% | - |
| HSV(B) | 12.5º | 0.93% | 0.81% | - |
| XYZ | 26.85 | 15.79 | 2.05 | - |
| YUV | 94.89 | 82.36 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 14 | 0 | 0.74 | 0.93 | 0.19 | 12.5 | 0.87 | 0.43 |
| Hex | CE | 36 | E | 0 | 4A | 5D | 13 | C | 57 | 2B |
| Octal | 316 | 66 | 16 | 0 | 112 | 135 | 23 | 14 | 127 | 53 |
| Binary | 11001110 | 110110 | 1110 | 0 | 1001010 | 1011101 | 10011 | 1100 | 1010111 | 101011 |
Color Harmonies of #CE360E
Complementary color
Monochromatic Colors of #CE360E
Black with #CE360E
Text Example
Text Example
White with #CE360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE360E; }
p { color: rgb(206,54,14); }
H1.HeaderClassName
{
color: #CE360E;
}
.AnyTagClassName
{
color: #CE360E;
}
</style>
background-color css
<style>
a { background-color: #CE360E; }
a { background-color: rgb(206,54,14); }
div.DivClassName
{
background-color: #CE360E;
}
.BgClassName
{
background-color: #CE360E;
}
</style>
border-color css
<style>
span { border-color: #CE360E; }
span { border-color: rgb(206,54,14); }
td.TdClassName
{
border-color: #CE360E;
}
.TagClassName
{
border-color: #CE360E;
}
</style>