Html Css Color HEX #CE3110 Harley Davidson Orange
📋 copy color: '#CE3110'red 206 ◦ green 49 ◦ blue 16
Shades of Harley Davidson Orange #CE3110
Tints of Harley Davidson Orange #CE3110
RGB
CMYK
RGB Variations
Color information
#CE3110 (or 0xCE3110) is known color: Harley Davidson Orange. HEX triplet: CE, 31 and 10. RGB value is (206,49,16). Sum of RGB (Red+Green+Blue) = 206+49+16=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3110 is #31CEEF. Grayscale: #5C5C5C. Windows color (decimal): -3264240 or 1061326. OLE color: 1061326.
HSL color Cylindrical-coordinate representation of color #CE3110: hue angle of 10.42º 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 #CE3110 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 16 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.19 |
| HSL | 10.42º | 0.86% | 0.44% | - |
| HSV(B) | 10.42º | 0.92% | 0.81% | - |
| XYZ | 26.65 | 15.36 | 2.05 | - |
| YUV | 92.18 | 85.01 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 16 | 0 | 0.76 | 0.92 | 0.19 | 10.42 | 0.86 | 0.44 |
| Hex | CE | 31 | 10 | 0 | 4C | 5C | 13 | A | 56 | 2C |
| Octal | 316 | 61 | 20 | 0 | 114 | 134 | 23 | 12 | 126 | 54 |
| Binary | 11001110 | 110001 | 10000 | 0 | 1001100 | 1011100 | 10011 | 1010 | 1010110 | 101100 |
Color Harmonies of #CE3110
Complementary color
Monochromatic Colors of #CE3110
Black with #CE3110
Text Example
Text Example
White with #CE3110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3110; }
p { color: rgb(206,49,16); }
H1.HeaderClassName
{
color: #CE3110;
}
.AnyTagClassName
{
color: #CE3110;
}
</style>
background-color css
<style>
a { background-color: #CE3110; }
a { background-color: rgb(206,49,16); }
div.DivClassName
{
background-color: #CE3110;
}
.BgClassName
{
background-color: #CE3110;
}
</style>
border-color css
<style>
span { border-color: #CE3110; }
span { border-color: rgb(206,49,16); }
td.TdClassName
{
border-color: #CE3110;
}
.TagClassName
{
border-color: #CE3110;
}
</style>