Html Css Color HEX #CE1C16 Harley Davidson Orange
📋 copy color: '#CE1C16'red 206 ◦ green 28 ◦ blue 22
Shades of Harley Davidson Orange #CE1C16
Tints of Harley Davidson Orange #CE1C16
RGB
CMYK
RGB Variations
Color information
#CE1C16 (or 0xCE1C16) is known color: Harley Davidson Orange. HEX triplet: CE, 1C and 16. RGB value is (206,28,22). Sum of RGB (Red+Green+Blue) = 206+28+22=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1C16 is #31E3E9. Grayscale: #505050. Windows color (decimal): -3269610 or 1449166. OLE color: 1449166.
HSL color Cylindrical-coordinate representation of color #CE1C16: hue angle of 1.96º 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 #CE1C16 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 22 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.19 |
| HSL | 1.96º | 0.81% | 0.45% | - |
| HSV(B) | 1.96º | 0.89% | 0.81% | - |
| XYZ | 26.01 | 14.01 | 2.09 | - |
| YUV | 80.54 | 94.97 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 22 | 0 | 0.86 | 0.89 | 0.19 | 1.96 | 0.81 | 0.45 |
| Hex | CE | 1C | 16 | 0 | 56 | 59 | 13 | 2 | 51 | 2D |
| Octal | 316 | 34 | 26 | 0 | 126 | 131 | 23 | 2 | 121 | 55 |
| Binary | 11001110 | 11100 | 10110 | 0 | 1010110 | 1011001 | 10011 | 10 | 1010001 | 101101 |
Color Harmonies of #CE1C16
Complementary color
Monochromatic Colors of #CE1C16
Black with #CE1C16
Text Example
Text Example
White with #CE1C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C16; }
p { color: rgb(206,28,22); }
H1.HeaderClassName
{
color: #CE1C16;
}
.AnyTagClassName
{
color: #CE1C16;
}
</style>
background-color css
<style>
a { background-color: #CE1C16; }
a { background-color: rgb(206,28,22); }
div.DivClassName
{
background-color: #CE1C16;
}
.BgClassName
{
background-color: #CE1C16;
}
</style>
border-color css
<style>
span { border-color: #CE1C16; }
span { border-color: rgb(206,28,22); }
td.TdClassName
{
border-color: #CE1C16;
}
.TagClassName
{
border-color: #CE1C16;
}
</style>