Html Css Color HEX #CE4110 Harley Davidson Orange
📋 copy color: '#CE4110'red 206 ◦ green 65 ◦ blue 16
Shades of Harley Davidson Orange #CE4110
Tints of Harley Davidson Orange #CE4110
RGB
CMYK
RGB Variations
Color information
#CE4110 (or 0xCE4110) is known color: Harley Davidson Orange. HEX triplet: CE, 41 and 10. RGB value is (206,65,16). Sum of RGB (Red+Green+Blue) = 206+65+16=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4110 is #31BEEF. Grayscale: #656565. Windows color (decimal): -3260144 or 1065422. OLE color: 1065422.
HSL color Cylindrical-coordinate representation of color #CE4110: hue angle of 15.47º 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 #CE4110 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 16 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.19 |
| HSL | 15.47º | 0.86% | 0.44% | - |
| HSV(B) | 15.47º | 0.92% | 0.81% | - |
| XYZ | 27.44 | 16.94 | 2.31 | - |
| YUV | 101.57 | 79.71 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 16 | 0 | 0.68 | 0.92 | 0.19 | 15.47 | 0.86 | 0.44 |
| Hex | CE | 41 | 10 | 0 | 44 | 5C | 13 | F | 56 | 2C |
| Octal | 316 | 101 | 20 | 0 | 104 | 134 | 23 | 17 | 126 | 54 |
| Binary | 11001110 | 1000001 | 10000 | 0 | 1000100 | 1011100 | 10011 | 1111 | 1010110 | 101100 |
Color Harmonies of #CE4110
Complementary color
Monochromatic Colors of #CE4110
Black with #CE4110
Text Example
Text Example
White with #CE4110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4110; }
p { color: rgb(206,65,16); }
H1.HeaderClassName
{
color: #CE4110;
}
.AnyTagClassName
{
color: #CE4110;
}
</style>
background-color css
<style>
a { background-color: #CE4110; }
a { background-color: rgb(206,65,16); }
div.DivClassName
{
background-color: #CE4110;
}
.BgClassName
{
background-color: #CE4110;
}
</style>
border-color css
<style>
span { border-color: #CE4110; }
span { border-color: rgb(206,65,16); }
td.TdClassName
{
border-color: #CE4110;
}
.TagClassName
{
border-color: #CE4110;
}
</style>