Html Css Color HEX #CE1914 Harley Davidson Orange
📋 copy color: '#CE1914'red 206 ◦ green 25 ◦ blue 20
Shades of Harley Davidson Orange #CE1914
Tints of Harley Davidson Orange #CE1914
RGB
CMYK
RGB Variations
Color information
#CE1914 (or 0xCE1914) is known color: Harley Davidson Orange. HEX triplet: CE, 19 and 14. RGB value is (206,25,20). Sum of RGB (Red+Green+Blue) = 206+25+20=251 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.07% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1914 is #31E6EB. Grayscale: #4E4E4E. Windows color (decimal): -3270380 or 1317326. OLE color: 1317326.
HSL color Cylindrical-coordinate representation of color #CE1914: hue angle of 1.61º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1914 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 20 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.19 |
| HSL | 1.61º | 0.82% | 0.44% | - |
| HSV(B) | 1.61º | 0.9% | 0.81% | - |
| XYZ | 25.93 | 13.87 | 1.97 | - |
| YUV | 78.55 | 94.97 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 20 | 0 | 0.88 | 0.90 | 0.19 | 1.61 | 0.82 | 0.44 |
| Hex | CE | 19 | 14 | 0 | 58 | 5A | 13 | 2 | 52 | 2C |
| Octal | 316 | 31 | 24 | 0 | 130 | 132 | 23 | 2 | 122 | 54 |
| Binary | 11001110 | 11001 | 10100 | 0 | 1011000 | 1011010 | 10011 | 10 | 1010010 | 101100 |
Color Harmonies of #CE1914
Complementary color
Monochromatic Colors of #CE1914
Black with #CE1914
Text Example
Text Example
White with #CE1914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1914; }
p { color: rgb(206,25,20); }
H1.HeaderClassName
{
color: #CE1914;
}
.AnyTagClassName
{
color: #CE1914;
}
</style>
background-color css
<style>
a { background-color: #CE1914; }
a { background-color: rgb(206,25,20); }
div.DivClassName
{
background-color: #CE1914;
}
.BgClassName
{
background-color: #CE1914;
}
</style>
border-color css
<style>
span { border-color: #CE1914; }
span { border-color: rgb(206,25,20); }
td.TdClassName
{
border-color: #CE1914;
}
.TagClassName
{
border-color: #CE1914;
}
</style>