Html Css Color HEX #CE3700 Harley Davidson Orange
📋 copy color: '#CE3700'red 206 ◦ green 55 ◦ blue 0
Shades of Harley Davidson Orange #CE3700
Tints of Harley Davidson Orange #CE3700
RGB
CMYK
RGB Variations
Color information
#CE3700 (or 0xCE3700) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 00. RGB value is (206,55,0). Sum of RGB (Red+Green+Blue) = 206+55+0=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3700 is #31C8FF. Grayscale: #5E5E5E. Windows color (decimal): -3262720 or 14286. OLE color: 14286.
HSL color Cylindrical-coordinate representation of color #CE3700: hue angle of 16.02º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE3700 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.19 |
| HSL | 16.02º | 1% | 0.4% | - |
| HSV(B) | 16.02º | 1% | 0.81% | - |
| XYZ | 26.82 | 15.85 | 1.65 | - |
| YUV | 93.88 | 75.03 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 0 | 0 | 0.73 | 1 | 0.19 | 16.02 | 1 | 0.4 |
| Hex | CE | 37 | 0 | 0 | 49 | 64 | 13 | 10 | 64 | 28 |
| Octal | 316 | 67 | 0 | 0 | 111 | 144 | 23 | 20 | 144 | 50 |
| Binary | 11001110 | 110111 | 0 | 0 | 1001001 | 1100100 | 10011 | 10000 | 1100100 | 101000 |
Color Harmonies of #CE3700
Complementary color
Monochromatic Colors of #CE3700
Black with #CE3700
Text Example
Text Example
White with #CE3700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3700; }
p { color: rgb(206,55,0); }
H1.HeaderClassName
{
color: #CE3700;
}
.AnyTagClassName
{
color: #CE3700;
}
</style>
background-color css
<style>
a { background-color: #CE3700; }
a { background-color: rgb(206,55,0); }
div.DivClassName
{
background-color: #CE3700;
}
.BgClassName
{
background-color: #CE3700;
}
</style>
border-color css
<style>
span { border-color: #CE3700; }
span { border-color: rgb(206,55,0); }
td.TdClassName
{
border-color: #CE3700;
}
.TagClassName
{
border-color: #CE3700;
}
</style>