Html Css Color HEX #CE2310 Harley Davidson Orange
📋 copy color: '#CE2310'red 206 ◦ green 35 ◦ blue 16
Shades of Harley Davidson Orange #CE2310
Tints of Harley Davidson Orange #CE2310
RGB
CMYK
RGB Variations
Color information
#CE2310 (or 0xCE2310) is known color: Harley Davidson Orange. HEX triplet: CE, 23 and 10. RGB value is (206,35,16). Sum of RGB (Red+Green+Blue) = 206+35+16=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2310 is #31DCEF. Grayscale: #545454. Windows color (decimal): -3267824 or 1057742. OLE color: 1057742.
HSL color Cylindrical-coordinate representation of color #CE2310: hue angle of 6º 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 #CE2310 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 16 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.19 |
| HSL | 6º | 0.86% | 0.44% | - |
| HSV(B) | 6º | 0.92% | 0.81% | - |
| XYZ | 26.15 | 14.36 | 1.88 | - |
| YUV | 83.96 | 89.65 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 16 | 0 | 0.83 | 0.92 | 0.19 | 6 | 0.86 | 0.44 |
| Hex | CE | 23 | 10 | 0 | 53 | 5C | 13 | 6 | 56 | 2C |
| Octal | 316 | 43 | 20 | 0 | 123 | 134 | 23 | 6 | 126 | 54 |
| Binary | 11001110 | 100011 | 10000 | 0 | 1010011 | 1011100 | 10011 | 110 | 1010110 | 101100 |
Color Harmonies of #CE2310
Complementary color
Monochromatic Colors of #CE2310
Black with #CE2310
Text Example
Text Example
White with #CE2310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2310; }
p { color: rgb(206,35,16); }
H1.HeaderClassName
{
color: #CE2310;
}
.AnyTagClassName
{
color: #CE2310;
}
</style>
background-color css
<style>
a { background-color: #CE2310; }
a { background-color: rgb(206,35,16); }
div.DivClassName
{
background-color: #CE2310;
}
.BgClassName
{
background-color: #CE2310;
}
</style>
border-color css
<style>
span { border-color: #CE2310; }
span { border-color: rgb(206,35,16); }
td.TdClassName
{
border-color: #CE2310;
}
.TagClassName
{
border-color: #CE2310;
}
</style>