Html Css Color HEX #CE3E16 Harley Davidson Orange
📋 copy color: '#CE3E16'red 206 ◦ green 62 ◦ blue 22
Shades of Harley Davidson Orange #CE3E16
Tints of Harley Davidson Orange #CE3E16
RGB
CMYK
RGB Variations
Color information
#CE3E16 (or 0xCE3E16) is known color: Harley Davidson Orange. HEX triplet: CE, 3E and 16. RGB value is (206,62,22). Sum of RGB (Red+Green+Blue) = 206+62+22=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3E16 is #31C1E9. Grayscale: #646464. Windows color (decimal): -3260906 or 1457870. OLE color: 1457870.
HSL color Cylindrical-coordinate representation of color #CE3E16: hue angle of 13.04º 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 #CE3E16 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 22 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.19 |
| HSL | 13.04º | 0.81% | 0.45% | - |
| HSV(B) | 13.04º | 0.89% | 0.81% | - |
| XYZ | 27.32 | 16.62 | 2.53 | - |
| YUV | 100.5 | 83.71 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 22 | 0 | 0.70 | 0.89 | 0.19 | 13.04 | 0.81 | 0.45 |
| Hex | CE | 3E | 16 | 0 | 46 | 59 | 13 | D | 51 | 2D |
| Octal | 316 | 76 | 26 | 0 | 106 | 131 | 23 | 15 | 121 | 55 |
| Binary | 11001110 | 111110 | 10110 | 0 | 1000110 | 1011001 | 10011 | 1101 | 1010001 | 101101 |
Color Harmonies of #CE3E16
Complementary color
Monochromatic Colors of #CE3E16
Black with #CE3E16
Text Example
Text Example
White with #CE3E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E16; }
p { color: rgb(206,62,22); }
H1.HeaderClassName
{
color: #CE3E16;
}
.AnyTagClassName
{
color: #CE3E16;
}
</style>
background-color css
<style>
a { background-color: #CE3E16; }
a { background-color: rgb(206,62,22); }
div.DivClassName
{
background-color: #CE3E16;
}
.BgClassName
{
background-color: #CE3E16;
}
</style>
border-color css
<style>
span { border-color: #CE3E16; }
span { border-color: rgb(206,62,22); }
td.TdClassName
{
border-color: #CE3E16;
}
.TagClassName
{
border-color: #CE3E16;
}
</style>