Html Css Color HEX #CE4010 Harley Davidson Orange
📋 copy color: '#CE4010'red 206 ◦ green 64 ◦ blue 16
Shades of Harley Davidson Orange #CE4010
Tints of Harley Davidson Orange #CE4010
RGB
CMYK
RGB Variations
Color information
#CE4010 (or 0xCE4010) is known color: Harley Davidson Orange. HEX triplet: CE, 40 and 10. RGB value is (206,64,16). Sum of RGB (Red+Green+Blue) = 206+64+16=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4010 is #31BFEF. Grayscale: #656565. Windows color (decimal): -3260400 or 1065166. OLE color: 1065166.
HSL color Cylindrical-coordinate representation of color #CE4010: hue angle of 15.16º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE4010 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 16 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.19 |
| HSL | 15.16º | 0.86% | 0.44% | - |
| HSV(B) | 15.16º | 0.92% | 0.81% | - |
| XYZ | 27.38 | 16.83 | 2.29 | - |
| YUV | 100.99 | 80.04 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 16 | 0 | 0.69 | 0.92 | 0.19 | 15.16 | 0.86 | 0.44 |
| Hex | CE | 40 | 10 | 0 | 45 | 5C | 13 | F | 56 | 2C |
| Octal | 316 | 100 | 20 | 0 | 105 | 134 | 23 | 17 | 126 | 54 |
| Binary | 11001110 | 1000000 | 10000 | 0 | 1000101 | 1011100 | 10011 | 1111 | 1010110 | 101100 |
Color Harmonies of #CE4010
Complementary color
Monochromatic Colors of #CE4010
Black with #CE4010
Text Example
Text Example
White with #CE4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4010; }
p { color: rgb(206,64,16); }
H1.HeaderClassName
{
color: #CE4010;
}
.AnyTagClassName
{
color: #CE4010;
}
</style>
background-color css
<style>
a { background-color: #CE4010; }
a { background-color: rgb(206,64,16); }
div.DivClassName
{
background-color: #CE4010;
}
.BgClassName
{
background-color: #CE4010;
}
</style>
border-color css
<style>
span { border-color: #CE4010; }
span { border-color: rgb(206,64,16); }
td.TdClassName
{
border-color: #CE4010;
}
.TagClassName
{
border-color: #CE4010;
}
</style>