Html Css Color HEX #CE3100 Harley Davidson Orange
📋 copy color: '#CE3100'red 206 ◦ green 49 ◦ blue 0
Shades of Harley Davidson Orange #CE3100
Tints of Harley Davidson Orange #CE3100
RGB
CMYK
RGB Variations
Color information
#CE3100 (or 0xCE3100) is known color: Harley Davidson Orange. HEX triplet: CE, 31 and 00. RGB value is (206,49,0). Sum of RGB (Red+Green+Blue) = 206+49+0=255 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.78% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3100 is #31CEFF. Grayscale: #5A5A5A. Windows color (decimal): -3264256 or 12750. OLE color: 12750.
HSL color Cylindrical-coordinate representation of color #CE3100: hue angle of 14.27º 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 #CE3100 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.19 |
| HSL | 14.27º | 1% | 0.4% | - |
| HSV(B) | 14.27º | 1% | 0.81% | - |
| XYZ | 26.55 | 15.32 | 1.56 | - |
| YUV | 90.36 | 77.01 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 0 | 0 | 0.76 | 1 | 0.19 | 14.27 | 1 | 0.4 |
| Hex | CE | 31 | 0 | 0 | 4C | 64 | 13 | E | 64 | 28 |
| Octal | 316 | 61 | 0 | 0 | 114 | 144 | 23 | 16 | 144 | 50 |
| Binary | 11001110 | 110001 | 0 | 0 | 1001100 | 1100100 | 10011 | 1110 | 1100100 | 101000 |
Color Harmonies of #CE3100
Complementary color
Monochromatic Colors of #CE3100
Black with #CE3100
Text Example
Text Example
White with #CE3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3100; }
p { color: rgb(206,49,0); }
H1.HeaderClassName
{
color: #CE3100;
}
.AnyTagClassName
{
color: #CE3100;
}
</style>
background-color css
<style>
a { background-color: #CE3100; }
a { background-color: rgb(206,49,0); }
div.DivClassName
{
background-color: #CE3100;
}
.BgClassName
{
background-color: #CE3100;
}
</style>
border-color css
<style>
span { border-color: #CE3100; }
span { border-color: rgb(206,49,0); }
td.TdClassName
{
border-color: #CE3100;
}
.TagClassName
{
border-color: #CE3100;
}
</style>