Html Css Color HEX #CE2716 Harley Davidson Orange
📋 copy color: '#CE2716'red 206 ◦ green 39 ◦ blue 22
Shades of Harley Davidson Orange #CE2716
Tints of Harley Davidson Orange #CE2716
RGB
CMYK
RGB Variations
Color information
#CE2716 (or 0xCE2716) is known color: Harley Davidson Orange. HEX triplet: CE, 27 and 16. RGB value is (206,39,22). Sum of RGB (Red+Green+Blue) = 206+39+22=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2716 is #31D8E9. Grayscale: #575757. Windows color (decimal): -3266794 or 1451982. OLE color: 1451982.
HSL color Cylindrical-coordinate representation of color #CE2716: hue angle of 5.54º 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 #CE2716 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 22 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.19 |
| HSL | 5.54º | 0.81% | 0.45% | - |
| HSV(B) | 5.54º | 0.89% | 0.81% | - |
| XYZ | 26.32 | 14.63 | 2.2 | - |
| YUV | 87 | 91.33 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 22 | 0 | 0.81 | 0.89 | 0.19 | 5.54 | 0.81 | 0.45 |
| Hex | CE | 27 | 16 | 0 | 51 | 59 | 13 | 6 | 51 | 2D |
| Octal | 316 | 47 | 26 | 0 | 121 | 131 | 23 | 6 | 121 | 55 |
| Binary | 11001110 | 100111 | 10110 | 0 | 1010001 | 1011001 | 10011 | 110 | 1010001 | 101101 |
Color Harmonies of #CE2716
Complementary color
Monochromatic Colors of #CE2716
Black with #CE2716
Text Example
Text Example
White with #CE2716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2716; }
p { color: rgb(206,39,22); }
H1.HeaderClassName
{
color: #CE2716;
}
.AnyTagClassName
{
color: #CE2716;
}
</style>
background-color css
<style>
a { background-color: #CE2716; }
a { background-color: rgb(206,39,22); }
div.DivClassName
{
background-color: #CE2716;
}
.BgClassName
{
background-color: #CE2716;
}
</style>
border-color css
<style>
span { border-color: #CE2716; }
span { border-color: rgb(206,39,22); }
td.TdClassName
{
border-color: #CE2716;
}
.TagClassName
{
border-color: #CE2716;
}
</style>