Html Css Color HEX #CE2416 Harley Davidson Orange
📋 copy color: '#CE2416'red 206 ◦ green 36 ◦ blue 22
Shades of Harley Davidson Orange #CE2416
Tints of Harley Davidson Orange #CE2416
RGB
CMYK
RGB Variations
Color information
#CE2416 (or 0xCE2416) is known color: Harley Davidson Orange. HEX triplet: CE, 24 and 16. RGB value is (206,36,22). Sum of RGB (Red+Green+Blue) = 206+36+22=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2416 is #31DBE9. Grayscale: #555555. Windows color (decimal): -3267562 or 1451214. OLE color: 1451214.
HSL color Cylindrical-coordinate representation of color #CE2416: hue angle of 4.57º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE2416 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 22 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.19 |
| HSL | 4.57º | 0.81% | 0.45% | - |
| HSV(B) | 4.57º | 0.89% | 0.81% | - |
| XYZ | 26.23 | 14.44 | 2.16 | - |
| YUV | 85.23 | 92.32 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 22 | 0 | 0.83 | 0.89 | 0.19 | 4.57 | 0.81 | 0.45 |
| Hex | CE | 24 | 16 | 0 | 53 | 59 | 13 | 5 | 51 | 2D |
| Octal | 316 | 44 | 26 | 0 | 123 | 131 | 23 | 5 | 121 | 55 |
| Binary | 11001110 | 100100 | 10110 | 0 | 1010011 | 1011001 | 10011 | 101 | 1010001 | 101101 |
Color Harmonies of #CE2416
Complementary color
Monochromatic Colors of #CE2416
Black with #CE2416
Text Example
Text Example
White with #CE2416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2416; }
p { color: rgb(206,36,22); }
H1.HeaderClassName
{
color: #CE2416;
}
.AnyTagClassName
{
color: #CE2416;
}
</style>
background-color css
<style>
a { background-color: #CE2416; }
a { background-color: rgb(206,36,22); }
div.DivClassName
{
background-color: #CE2416;
}
.BgClassName
{
background-color: #CE2416;
}
</style>
border-color css
<style>
span { border-color: #CE2416; }
span { border-color: rgb(206,36,22); }
td.TdClassName
{
border-color: #CE2416;
}
.TagClassName
{
border-color: #CE2416;
}
</style>