Html Css Color HEX #CE190F Harley Davidson Orange
📋 copy color: '#CE190F'red 206 ◦ green 25 ◦ blue 15
Shades of Harley Davidson Orange #CE190F
Tints of Harley Davidson Orange #CE190F
RGB
CMYK
RGB Variations
Color information
#CE190F (or 0xCE190F) is known color: Harley Davidson Orange. HEX triplet: CE, 19 and 0F. RGB value is (206,25,15). Sum of RGB (Red+Green+Blue) = 206+25+15=246 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.74% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 206 - color contains mainly: red. Hex color #CE190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE190F is #31E6F0. Grayscale: #4E4E4E. Windows color (decimal): -3270385 or 989646. OLE color: 989646.
HSL color Cylindrical-coordinate representation of color #CE190F: hue angle of 3.14º degrees, saturation: 0.86, 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 #CE190F is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 15 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.19 |
| HSL | 3.14º | 0.86% | 0.43% | - |
| HSV(B) | 3.14º | 0.93% | 0.81% | - |
| XYZ | 25.89 | 13.85 | 1.76 | - |
| YUV | 77.98 | 92.47 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 15 | 0 | 0.88 | 0.93 | 0.19 | 3.14 | 0.86 | 0.43 |
| Hex | CE | 19 | F | 0 | 58 | 5D | 13 | 3 | 56 | 2B |
| Octal | 316 | 31 | 17 | 0 | 130 | 135 | 23 | 3 | 126 | 53 |
| Binary | 11001110 | 11001 | 1111 | 0 | 1011000 | 1011101 | 10011 | 11 | 1010110 | 101011 |
Color Harmonies of #CE190F
Complementary color
Monochromatic Colors of #CE190F
Black with #CE190F
Text Example
Text Example
White with #CE190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE190F; }
p { color: rgb(206,25,15); }
H1.HeaderClassName
{
color: #CE190F;
}
.AnyTagClassName
{
color: #CE190F;
}
</style>
background-color css
<style>
a { background-color: #CE190F; }
a { background-color: rgb(206,25,15); }
div.DivClassName
{
background-color: #CE190F;
}
.BgClassName
{
background-color: #CE190F;
}
</style>
border-color css
<style>
span { border-color: #CE190F; }
span { border-color: rgb(206,25,15); }
td.TdClassName
{
border-color: #CE190F;
}
.TagClassName
{
border-color: #CE190F;
}
</style>