Html Css Color HEX #CE2516 Harley Davidson Orange
📋 copy color: '#CE2516'red 206 ◦ green 37 ◦ blue 22
Shades of Harley Davidson Orange #CE2516
Tints of Harley Davidson Orange #CE2516
RGB
CMYK
RGB Variations
Color information
#CE2516 (or 0xCE2516) is known color: Harley Davidson Orange. HEX triplet: CE, 25 and 16. RGB value is (206,37,22). Sum of RGB (Red+Green+Blue) = 206+37+22=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2516 is #31DAE9. Grayscale: #565656. Windows color (decimal): -3267306 or 1451470. OLE color: 1451470.
HSL color Cylindrical-coordinate representation of color #CE2516: hue angle of 4.89º 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 #CE2516 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 22 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.19 |
| HSL | 4.89º | 0.81% | 0.45% | - |
| HSV(B) | 4.89º | 0.89% | 0.81% | - |
| XYZ | 26.26 | 14.5 | 2.17 | - |
| YUV | 85.82 | 91.99 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 22 | 0 | 0.82 | 0.89 | 0.19 | 4.89 | 0.81 | 0.45 |
| Hex | CE | 25 | 16 | 0 | 52 | 59 | 13 | 5 | 51 | 2D |
| Octal | 316 | 45 | 26 | 0 | 122 | 131 | 23 | 5 | 121 | 55 |
| Binary | 11001110 | 100101 | 10110 | 0 | 1010010 | 1011001 | 10011 | 101 | 1010001 | 101101 |
Color Harmonies of #CE2516
Complementary color
Monochromatic Colors of #CE2516
Black with #CE2516
Text Example
Text Example
White with #CE2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2516; }
p { color: rgb(206,37,22); }
H1.HeaderClassName
{
color: #CE2516;
}
.AnyTagClassName
{
color: #CE2516;
}
</style>
background-color css
<style>
a { background-color: #CE2516; }
a { background-color: rgb(206,37,22); }
div.DivClassName
{
background-color: #CE2516;
}
.BgClassName
{
background-color: #CE2516;
}
</style>
border-color css
<style>
span { border-color: #CE2516; }
span { border-color: rgb(206,37,22); }
td.TdClassName
{
border-color: #CE2516;
}
.TagClassName
{
border-color: #CE2516;
}
</style>