Html Css Color HEX #CE4916 Harley Davidson Orange
📋 copy color: '#CE4916'red 206 ◦ green 73 ◦ blue 22
Shades of Harley Davidson Orange #CE4916
Tints of Harley Davidson Orange #CE4916
RGB
CMYK
RGB Variations
Color information
#CE4916 (or 0xCE4916) is known color: Harley Davidson Orange. HEX triplet: CE, 49 and 16. RGB value is (206,73,22). Sum of RGB (Red+Green+Blue) = 206+73+22=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4916 is #31B6E9. Grayscale: #6B6B6B. Windows color (decimal): -3258090 or 1460686. OLE color: 1460686.
HSL color Cylindrical-coordinate representation of color #CE4916: hue angle of 16.63º 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 #CE4916 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 22 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.19 |
| HSL | 16.63º | 0.81% | 0.45% | - |
| HSV(B) | 16.63º | 0.89% | 0.81% | - |
| XYZ | 27.98 | 17.94 | 2.75 | - |
| YUV | 106.95 | 80.06 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 22 | 0 | 0.65 | 0.89 | 0.19 | 16.63 | 0.81 | 0.45 |
| Hex | CE | 49 | 16 | 0 | 41 | 59 | 13 | 11 | 51 | 2D |
| Octal | 316 | 111 | 26 | 0 | 101 | 131 | 23 | 21 | 121 | 55 |
| Binary | 11001110 | 1001001 | 10110 | 0 | 1000001 | 1011001 | 10011 | 10001 | 1010001 | 101101 |
Color Harmonies of #CE4916
Complementary color
Monochromatic Colors of #CE4916
Black with #CE4916
Text Example
Text Example
White with #CE4916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4916; }
p { color: rgb(206,73,22); }
H1.HeaderClassName
{
color: #CE4916;
}
.AnyTagClassName
{
color: #CE4916;
}
</style>
background-color css
<style>
a { background-color: #CE4916; }
a { background-color: rgb(206,73,22); }
div.DivClassName
{
background-color: #CE4916;
}
.BgClassName
{
background-color: #CE4916;
}
</style>
border-color css
<style>
span { border-color: #CE4916; }
span { border-color: rgb(206,73,22); }
td.TdClassName
{
border-color: #CE4916;
}
.TagClassName
{
border-color: #CE4916;
}
</style>