Html Css Color HEX #CE1915 Harley Davidson Orange
📋 copy color: '#CE1915'red 206 ◦ green 25 ◦ blue 21
Shades of Harley Davidson Orange #CE1915
Tints of Harley Davidson Orange #CE1915
RGB
CMYK
RGB Variations
Color information
#CE1915 (or 0xCE1915) is known color: Harley Davidson Orange. HEX triplet: CE, 19 and 15. RGB value is (206,25,21). Sum of RGB (Red+Green+Blue) = 206+25+21=252 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.75% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1915 is #31E6EA. Grayscale: #4E4E4E. Windows color (decimal): -3270379 or 1382862. OLE color: 1382862.
HSL color Cylindrical-coordinate representation of color #CE1915: hue angle of 1.3º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1915 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 21 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.19 |
| HSL | 1.3º | 0.81% | 0.45% | - |
| HSV(B) | 1.3º | 0.9% | 0.81% | - |
| XYZ | 25.94 | 13.87 | 2.02 | - |
| YUV | 78.66 | 95.47 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 21 | 0 | 0.88 | 0.90 | 0.19 | 1.3 | 0.81 | 0.45 |
| Hex | CE | 19 | 15 | 0 | 58 | 5A | 13 | 1 | 51 | 2D |
| Octal | 316 | 31 | 25 | 0 | 130 | 132 | 23 | 1 | 121 | 55 |
| Binary | 11001110 | 11001 | 10101 | 0 | 1011000 | 1011010 | 10011 | 1 | 1010001 | 101101 |
Color Harmonies of #CE1915
Complementary color
Monochromatic Colors of #CE1915
Black with #CE1915
Text Example
Text Example
White with #CE1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1915; }
p { color: rgb(206,25,21); }
H1.HeaderClassName
{
color: #CE1915;
}
.AnyTagClassName
{
color: #CE1915;
}
</style>
background-color css
<style>
a { background-color: #CE1915; }
a { background-color: rgb(206,25,21); }
div.DivClassName
{
background-color: #CE1915;
}
.BgClassName
{
background-color: #CE1915;
}
</style>
border-color css
<style>
span { border-color: #CE1915; }
span { border-color: rgb(206,25,21); }
td.TdClassName
{
border-color: #CE1915;
}
.TagClassName
{
border-color: #CE1915;
}
</style>