Html Css Color HEX #CE350E Harley Davidson Orange
📋 copy color: '#CE350E'red 206 ◦ green 53 ◦ blue 14
Shades of Harley Davidson Orange #CE350E
Tints of Harley Davidson Orange #CE350E
RGB
CMYK
RGB Variations
Color information
#CE350E (or 0xCE350E) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 0E. RGB value is (206,53,14). Sum of RGB (Red+Green+Blue) = 206+53+14=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE350E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE350E is #31CAF1. Grayscale: #5E5E5E. Windows color (decimal): -3263218 or 931278. OLE color: 931278.
HSL color Cylindrical-coordinate representation of color #CE350E: hue angle of 12.19º 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 #CE350E is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 14 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.19 |
| HSL | 12.19º | 0.87% | 0.43% | - |
| HSV(B) | 12.19º | 0.93% | 0.81% | - |
| XYZ | 26.81 | 15.7 | 2.03 | - |
| YUV | 94.3 | 82.69 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 14 | 0 | 0.74 | 0.93 | 0.19 | 12.19 | 0.87 | 0.43 |
| Hex | CE | 35 | E | 0 | 4A | 5D | 13 | C | 57 | 2B |
| Octal | 316 | 65 | 16 | 0 | 112 | 135 | 23 | 14 | 127 | 53 |
| Binary | 11001110 | 110101 | 1110 | 0 | 1001010 | 1011101 | 10011 | 1100 | 1010111 | 101011 |
Color Harmonies of #CE350E
Complementary color
Monochromatic Colors of #CE350E
Black with #CE350E
Text Example
Text Example
White with #CE350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE350E; }
p { color: rgb(206,53,14); }
H1.HeaderClassName
{
color: #CE350E;
}
.AnyTagClassName
{
color: #CE350E;
}
</style>
background-color css
<style>
a { background-color: #CE350E; }
a { background-color: rgb(206,53,14); }
div.DivClassName
{
background-color: #CE350E;
}
.BgClassName
{
background-color: #CE350E;
}
</style>
border-color css
<style>
span { border-color: #CE350E; }
span { border-color: rgb(206,53,14); }
td.TdClassName
{
border-color: #CE350E;
}
.TagClassName
{
border-color: #CE350E;
}
</style>