Html Css Color HEX #CE3F10 Harley Davidson Orange
📋 copy color: '#CE3F10'red 206 ◦ green 63 ◦ blue 16
Shades of Harley Davidson Orange #CE3F10
Tints of Harley Davidson Orange #CE3F10
RGB
CMYK
RGB Variations
Color information
#CE3F10 (or 0xCE3F10) is known color: Harley Davidson Orange. HEX triplet: CE, 3F and 10. RGB value is (206,63,16). Sum of RGB (Red+Green+Blue) = 206+63+16=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3F10 is #31C0EF. Grayscale: #646464. Windows color (decimal): -3260656 or 1064910. OLE color: 1064910.
HSL color Cylindrical-coordinate representation of color #CE3F10: hue angle of 14.84º 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 #CE3F10 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 16 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.19 |
| HSL | 14.84º | 0.86% | 0.44% | - |
| HSV(B) | 14.84º | 0.92% | 0.81% | - |
| XYZ | 27.32 | 16.71 | 2.28 | - |
| YUV | 100.4 | 80.38 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 16 | 0 | 0.69 | 0.92 | 0.19 | 14.84 | 0.86 | 0.44 |
| Hex | CE | 3F | 10 | 0 | 45 | 5C | 13 | F | 56 | 2C |
| Octal | 316 | 77 | 20 | 0 | 105 | 134 | 23 | 17 | 126 | 54 |
| Binary | 11001110 | 111111 | 10000 | 0 | 1000101 | 1011100 | 10011 | 1111 | 1010110 | 101100 |
Color Harmonies of #CE3F10
Complementary color
Monochromatic Colors of #CE3F10
Black with #CE3F10
Text Example
Text Example
White with #CE3F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F10; }
p { color: rgb(206,63,16); }
H1.HeaderClassName
{
color: #CE3F10;
}
.AnyTagClassName
{
color: #CE3F10;
}
</style>
background-color css
<style>
a { background-color: #CE3F10; }
a { background-color: rgb(206,63,16); }
div.DivClassName
{
background-color: #CE3F10;
}
.BgClassName
{
background-color: #CE3F10;
}
</style>
border-color css
<style>
span { border-color: #CE3F10; }
span { border-color: rgb(206,63,16); }
td.TdClassName
{
border-color: #CE3F10;
}
.TagClassName
{
border-color: #CE3F10;
}
</style>