Html Css Color HEX #CE3710 Harley Davidson Orange
📋 copy color: '#CE3710'red 206 ◦ green 55 ◦ blue 16
Shades of Harley Davidson Orange #CE3710
Tints of Harley Davidson Orange #CE3710
RGB
CMYK
RGB Variations
Color information
#CE3710 (or 0xCE3710) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 10. RGB value is (206,55,16). Sum of RGB (Red+Green+Blue) = 206+55+16=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3710 is #31C8EF. Grayscale: #606060. Windows color (decimal): -3262704 or 1062862. OLE color: 1062862.
HSL color Cylindrical-coordinate representation of color #CE3710: hue angle of 12.32º 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 #CE3710 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 16 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.19 |
| HSL | 12.32º | 0.86% | 0.44% | - |
| HSV(B) | 12.32º | 0.92% | 0.81% | - |
| XYZ | 26.91 | 15.89 | 2.14 | - |
| YUV | 95.7 | 83.03 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 16 | 0 | 0.73 | 0.92 | 0.19 | 12.32 | 0.86 | 0.44 |
| Hex | CE | 37 | 10 | 0 | 49 | 5C | 13 | C | 56 | 2C |
| Octal | 316 | 67 | 20 | 0 | 111 | 134 | 23 | 14 | 126 | 54 |
| Binary | 11001110 | 110111 | 10000 | 0 | 1001001 | 1011100 | 10011 | 1100 | 1010110 | 101100 |
Color Harmonies of #CE3710
Complementary color
Monochromatic Colors of #CE3710
Black with #CE3710
Text Example
Text Example
White with #CE3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3710; }
p { color: rgb(206,55,16); }
H1.HeaderClassName
{
color: #CE3710;
}
.AnyTagClassName
{
color: #CE3710;
}
</style>
background-color css
<style>
a { background-color: #CE3710; }
a { background-color: rgb(206,55,16); }
div.DivClassName
{
background-color: #CE3710;
}
.BgClassName
{
background-color: #CE3710;
}
</style>
border-color css
<style>
span { border-color: #CE3710; }
span { border-color: rgb(206,55,16); }
td.TdClassName
{
border-color: #CE3710;
}
.TagClassName
{
border-color: #CE3710;
}
</style>