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