Html Css Color HEX #CE2C0E Harley Davidson Orange
📋 copy color: '#CE2C0E'red 206 ◦ green 44 ◦ blue 14
Shades of Harley Davidson Orange #CE2C0E
Tints of Harley Davidson Orange #CE2C0E
RGB
CMYK
RGB Variations
Color information
#CE2C0E (or 0xCE2C0E) is known color: Harley Davidson Orange. HEX triplet: CE, 2C and 0E. RGB value is (206,44,14). Sum of RGB (Red+Green+Blue) = 206+44+14=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2C0E is #31D3F1. Grayscale: #595959. Windows color (decimal): -3265522 or 928974. OLE color: 928974.
HSL color Cylindrical-coordinate representation of color #CE2C0E: hue angle of 9.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 #CE2C0E is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 44 | 14 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.19 |
| HSL | 9.38º | 0.87% | 0.43% | - |
| HSV(B) | 9.38º | 0.93% | 0.81% | - |
| XYZ | 26.43 | 14.95 | 1.91 | - |
| YUV | 89.02 | 85.67 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 14 | 0 | 0.79 | 0.93 | 0.19 | 9.38 | 0.87 | 0.43 |
| Hex | CE | 2C | E | 0 | 4F | 5D | 13 | 9 | 57 | 2B |
| Octal | 316 | 54 | 16 | 0 | 117 | 135 | 23 | 11 | 127 | 53 |
| Binary | 11001110 | 101100 | 1110 | 0 | 1001111 | 1011101 | 10011 | 1001 | 1010111 | 101011 |
Color Harmonies of #CE2C0E
Complementary color
Monochromatic Colors of #CE2C0E
Black with #CE2C0E
Text Example
Text Example
White with #CE2C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2C0E; }
p { color: rgb(206,44,14); }
H1.HeaderClassName
{
color: #CE2C0E;
}
.AnyTagClassName
{
color: #CE2C0E;
}
</style>
background-color css
<style>
a { background-color: #CE2C0E; }
a { background-color: rgb(206,44,14); }
div.DivClassName
{
background-color: #CE2C0E;
}
.BgClassName
{
background-color: #CE2C0E;
}
</style>
border-color css
<style>
span { border-color: #CE2C0E; }
span { border-color: rgb(206,44,14); }
td.TdClassName
{
border-color: #CE2C0E;
}
.TagClassName
{
border-color: #CE2C0E;
}
</style>