Html Css Color HEX #CE180E Harley Davidson Orange
📋 copy color: '#CE180E'red 206 ◦ green 24 ◦ blue 14
Shades of Harley Davidson Orange #CE180E
Tints of Harley Davidson Orange #CE180E
RGB
CMYK
RGB Variations
Color information
#CE180E (or 0xCE180E) is known color: Harley Davidson Orange. HEX triplet: CE, 18 and 0E. RGB value is (206,24,14). Sum of RGB (Red+Green+Blue) = 206+24+14=244 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.43% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 206 - color contains mainly: red. Hex color #CE180E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE180E is #31E7F1. Grayscale: #4D4D4D. Windows color (decimal): -3270642 or 923854. OLE color: 923854.
HSL color Cylindrical-coordinate representation of color #CE180E: hue angle of 3.12º 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 #CE180E is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 14 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.19 |
| HSL | 3.13º | 0.87% | 0.43% | - |
| HSV(B) | 3.13º | 0.93% | 0.81% | - |
| XYZ | 25.86 | 13.81 | 1.72 | - |
| YUV | 77.28 | 92.3 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 14 | 0 | 0.88 | 0.93 | 0.19 | 3.13 | 0.87 | 0.43 |
| Hex | CE | 18 | E | 0 | 58 | 5D | 13 | 3 | 57 | 2B |
| Octal | 316 | 30 | 16 | 0 | 130 | 135 | 23 | 3 | 127 | 53 |
| Binary | 11001110 | 11000 | 1110 | 0 | 1011000 | 1011101 | 10011 | 11 | 1010111 | 101011 |
Color Harmonies of #CE180E
Complementary color
Monochromatic Colors of #CE180E
Black with #CE180E
Text Example
Text Example
White with #CE180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE180E; }
p { color: rgb(206,24,14); }
H1.HeaderClassName
{
color: #CE180E;
}
.AnyTagClassName
{
color: #CE180E;
}
</style>
background-color css
<style>
a { background-color: #CE180E; }
a { background-color: rgb(206,24,14); }
div.DivClassName
{
background-color: #CE180E;
}
.BgClassName
{
background-color: #CE180E;
}
</style>
border-color css
<style>
span { border-color: #CE180E; }
span { border-color: rgb(206,24,14); }
td.TdClassName
{
border-color: #CE180E;
}
.TagClassName
{
border-color: #CE180E;
}
</style>