Html Css Color HEX #CE3F0A Harley Davidson Orange
📋 copy color: '#CE3F0A'red 206 ◦ green 63 ◦ blue 10
Shades of Harley Davidson Orange #CE3F0A
Tints of Harley Davidson Orange #CE3F0A
RGB
CMYK
RGB Variations
Color information
#CE3F0A (or 0xCE3F0A) is known color: Harley Davidson Orange. HEX triplet: CE, 3F and 0A. RGB value is (206,63,10). Sum of RGB (Red+Green+Blue) = 206+63+10=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3F0A is #31C0F5. Grayscale: #646464. Windows color (decimal): -3260662 or 671694. OLE color: 671694.
HSL color Cylindrical-coordinate representation of color #CE3F0A: hue angle of 16.22º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE3F0A is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 10 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.19 |
| HSL | 16.22º | 0.91% | 0.42% | - |
| HSV(B) | 16.22º | 0.95% | 0.81% | - |
| XYZ | 27.29 | 16.7 | 2.07 | - |
| YUV | 99.72 | 77.38 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 10 | 0 | 0.69 | 0.95 | 0.19 | 16.22 | 0.91 | 0.42 |
| Hex | CE | 3F | A | 0 | 45 | 5F | 13 | 10 | 5B | 2A |
| Octal | 316 | 77 | 12 | 0 | 105 | 137 | 23 | 20 | 133 | 52 |
| Binary | 11001110 | 111111 | 1010 | 0 | 1000101 | 1011111 | 10011 | 10000 | 1011011 | 101010 |
Color Harmonies of #CE3F0A
Complementary color
Monochromatic Colors of #CE3F0A
Black with #CE3F0A
Text Example
Text Example
White with #CE3F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F0A; }
p { color: rgb(206,63,10); }
H1.HeaderClassName
{
color: #CE3F0A;
}
.AnyTagClassName
{
color: #CE3F0A;
}
</style>
background-color css
<style>
a { background-color: #CE3F0A; }
a { background-color: rgb(206,63,10); }
div.DivClassName
{
background-color: #CE3F0A;
}
.BgClassName
{
background-color: #CE3F0A;
}
</style>
border-color css
<style>
span { border-color: #CE3F0A; }
span { border-color: rgb(206,63,10); }
td.TdClassName
{
border-color: #CE3F0A;
}
.TagClassName
{
border-color: #CE3F0A;
}
</style>