Html Css Color HEX #CE3A10 Harley Davidson Orange
📋 copy color: '#CE3A10'red 206 ◦ green 58 ◦ blue 16
Shades of Harley Davidson Orange #CE3A10
Tints of Harley Davidson Orange #CE3A10
RGB
CMYK
RGB Variations
Color information
#CE3A10 (or 0xCE3A10) is known color: Harley Davidson Orange. HEX triplet: CE, 3A and 10. RGB value is (206,58,16). Sum of RGB (Red+Green+Blue) = 206+58+16=280 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.57% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3A10 is #31C5EF. Grayscale: #616161. Windows color (decimal): -3261936 or 1063630. OLE color: 1063630.
HSL color Cylindrical-coordinate representation of color #CE3A10: hue angle of 13.26º 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 #CE3A10 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 16 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.19 |
| HSL | 13.26º | 0.86% | 0.44% | - |
| HSV(B) | 13.26º | 0.92% | 0.81% | - |
| XYZ | 27.06 | 16.19 | 2.19 | - |
| YUV | 97.46 | 82.03 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 16 | 0 | 0.72 | 0.92 | 0.19 | 13.26 | 0.86 | 0.44 |
| Hex | CE | 3A | 10 | 0 | 48 | 5C | 13 | D | 56 | 2C |
| Octal | 316 | 72 | 20 | 0 | 110 | 134 | 23 | 15 | 126 | 54 |
| Binary | 11001110 | 111010 | 10000 | 0 | 1001000 | 1011100 | 10011 | 1101 | 1010110 | 101100 |
Color Harmonies of #CE3A10
Complementary color
Monochromatic Colors of #CE3A10
Black with #CE3A10
Text Example
Text Example
White with #CE3A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A10; }
p { color: rgb(206,58,16); }
H1.HeaderClassName
{
color: #CE3A10;
}
.AnyTagClassName
{
color: #CE3A10;
}
</style>
background-color css
<style>
a { background-color: #CE3A10; }
a { background-color: rgb(206,58,16); }
div.DivClassName
{
background-color: #CE3A10;
}
.BgClassName
{
background-color: #CE3A10;
}
</style>
border-color css
<style>
span { border-color: #CE3A10; }
span { border-color: rgb(206,58,16); }
td.TdClassName
{
border-color: #CE3A10;
}
.TagClassName
{
border-color: #CE3A10;
}
</style>