Html Css Color HEX #CE2115 Harley Davidson Orange
📋 copy color: '#CE2115'red 206 ◦ green 33 ◦ blue 21
Shades of Harley Davidson Orange #CE2115
Tints of Harley Davidson Orange #CE2115
RGB
CMYK
RGB Variations
Color information
#CE2115 (or 0xCE2115) is known color: Harley Davidson Orange. HEX triplet: CE, 21 and 15. RGB value is (206,33,21). Sum of RGB (Red+Green+Blue) = 206+33+21=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2115 is #31DEEA. Grayscale: #535353. Windows color (decimal): -3268331 or 1384910. OLE color: 1384910.
HSL color Cylindrical-coordinate representation of color #CE2115: hue angle of 3.89º 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 #CE2115 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 21 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.19 |
| HSL | 3.89º | 0.81% | 0.45% | - |
| HSV(B) | 3.89º | 0.9% | 0.81% | - |
| XYZ | 26.13 | 14.26 | 2.09 | - |
| YUV | 83.36 | 92.81 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 21 | 0 | 0.84 | 0.90 | 0.19 | 3.89 | 0.81 | 0.45 |
| Hex | CE | 21 | 15 | 0 | 54 | 5A | 13 | 4 | 51 | 2D |
| Octal | 316 | 41 | 25 | 0 | 124 | 132 | 23 | 4 | 121 | 55 |
| Binary | 11001110 | 100001 | 10101 | 0 | 1010100 | 1011010 | 10011 | 100 | 1010001 | 101101 |
Color Harmonies of #CE2115
Complementary color
Monochromatic Colors of #CE2115
Black with #CE2115
Text Example
Text Example
White with #CE2115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2115; }
p { color: rgb(206,33,21); }
H1.HeaderClassName
{
color: #CE2115;
}
.AnyTagClassName
{
color: #CE2115;
}
</style>
background-color css
<style>
a { background-color: #CE2115; }
a { background-color: rgb(206,33,21); }
div.DivClassName
{
background-color: #CE2115;
}
.BgClassName
{
background-color: #CE2115;
}
</style>
border-color css
<style>
span { border-color: #CE2115; }
span { border-color: rgb(206,33,21); }
td.TdClassName
{
border-color: #CE2115;
}
.TagClassName
{
border-color: #CE2115;
}
</style>