Html Css Color HEX #CE3810 Harley Davidson Orange
📋 copy color: '#CE3810'red 206 ◦ green 56 ◦ blue 16
Shades of Harley Davidson Orange #CE3810
Tints of Harley Davidson Orange #CE3810
RGB
CMYK
RGB Variations
Color information
#CE3810 (or 0xCE3810) is known color: Harley Davidson Orange. HEX triplet: CE, 38 and 10. RGB value is (206,56,16). Sum of RGB (Red+Green+Blue) = 206+56+16=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3810 is #31C7EF. Grayscale: #606060. Windows color (decimal): -3262448 or 1063118. OLE color: 1063118.
HSL color Cylindrical-coordinate representation of color #CE3810: hue angle of 12.63º 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 #CE3810 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 16 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.19 |
| HSL | 12.63º | 0.86% | 0.44% | - |
| HSV(B) | 12.63º | 0.92% | 0.81% | - |
| XYZ | 26.96 | 15.99 | 2.16 | - |
| YUV | 96.29 | 82.7 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 16 | 0 | 0.73 | 0.92 | 0.19 | 12.63 | 0.86 | 0.44 |
| Hex | CE | 38 | 10 | 0 | 49 | 5C | 13 | D | 56 | 2C |
| Octal | 316 | 70 | 20 | 0 | 111 | 134 | 23 | 15 | 126 | 54 |
| Binary | 11001110 | 111000 | 10000 | 0 | 1001001 | 1011100 | 10011 | 1101 | 1010110 | 101100 |
Color Harmonies of #CE3810
Complementary color
Monochromatic Colors of #CE3810
Black with #CE3810
Text Example
Text Example
White with #CE3810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3810; }
p { color: rgb(206,56,16); }
H1.HeaderClassName
{
color: #CE3810;
}
.AnyTagClassName
{
color: #CE3810;
}
</style>
background-color css
<style>
a { background-color: #CE3810; }
a { background-color: rgb(206,56,16); }
div.DivClassName
{
background-color: #CE3810;
}
.BgClassName
{
background-color: #CE3810;
}
</style>
border-color css
<style>
span { border-color: #CE3810; }
span { border-color: rgb(206,56,16); }
td.TdClassName
{
border-color: #CE3810;
}
.TagClassName
{
border-color: #CE3810;
}
</style>