Html Css Color HEX #CE2215 Harley Davidson Orange
📋 copy color: '#CE2215'red 206 ◦ green 34 ◦ blue 21
Shades of Harley Davidson Orange #CE2215
Tints of Harley Davidson Orange #CE2215
RGB
CMYK
RGB Variations
Color information
#CE2215 (or 0xCE2215) is known color: Harley Davidson Orange. HEX triplet: CE, 22 and 15. RGB value is (206,34,21). Sum of RGB (Red+Green+Blue) = 206+34+21=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2215 is #31DDEA. Grayscale: #545454. Windows color (decimal): -3268075 or 1385166. OLE color: 1385166.
HSL color Cylindrical-coordinate representation of color #CE2215: hue angle of 4.22º 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 #CE2215 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 21 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.19 |
| HSL | 4.22º | 0.81% | 0.45% | - |
| HSV(B) | 4.22º | 0.9% | 0.81% | - |
| XYZ | 26.16 | 14.32 | 2.09 | - |
| YUV | 83.95 | 92.48 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 21 | 0 | 0.83 | 0.90 | 0.19 | 4.22 | 0.81 | 0.45 |
| Hex | CE | 22 | 15 | 0 | 53 | 5A | 13 | 4 | 51 | 2D |
| Octal | 316 | 42 | 25 | 0 | 123 | 132 | 23 | 4 | 121 | 55 |
| Binary | 11001110 | 100010 | 10101 | 0 | 1010011 | 1011010 | 10011 | 100 | 1010001 | 101101 |
Color Harmonies of #CE2215
Complementary color
Monochromatic Colors of #CE2215
Black with #CE2215
Text Example
Text Example
White with #CE2215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2215; }
p { color: rgb(206,34,21); }
H1.HeaderClassName
{
color: #CE2215;
}
.AnyTagClassName
{
color: #CE2215;
}
</style>
background-color css
<style>
a { background-color: #CE2215; }
a { background-color: rgb(206,34,21); }
div.DivClassName
{
background-color: #CE2215;
}
.BgClassName
{
background-color: #CE2215;
}
</style>
border-color css
<style>
span { border-color: #CE2215; }
span { border-color: rgb(206,34,21); }
td.TdClassName
{
border-color: #CE2215;
}
.TagClassName
{
border-color: #CE2215;
}
</style>