Html Css Color HEX #CE3F0E Harley Davidson Orange
📋 copy color: '#CE3F0E'red 206 ◦ green 63 ◦ blue 14
Shades of Harley Davidson Orange #CE3F0E
Tints of Harley Davidson Orange #CE3F0E
RGB
CMYK
RGB Variations
Color information
#CE3F0E (or 0xCE3F0E) is known color: Harley Davidson Orange. HEX triplet: CE, 3F and 0E. RGB value is (206,63,14). Sum of RGB (Red+Green+Blue) = 206+63+14=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3F0E is #31C0F1. Grayscale: #646464. Windows color (decimal): -3260658 or 933838. OLE color: 933838.
HSL color Cylindrical-coordinate representation of color #CE3F0E: hue angle of 15.31º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE3F0E is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 14 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.19 |
| HSL | 15.31º | 0.87% | 0.43% | - |
| HSV(B) | 15.31º | 0.93% | 0.81% | - |
| XYZ | 27.31 | 16.71 | 2.2 | - |
| YUV | 100.17 | 79.38 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 14 | 0 | 0.69 | 0.93 | 0.19 | 15.31 | 0.87 | 0.43 |
| Hex | CE | 3F | E | 0 | 45 | 5D | 13 | F | 57 | 2B |
| Octal | 316 | 77 | 16 | 0 | 105 | 135 | 23 | 17 | 127 | 53 |
| Binary | 11001110 | 111111 | 1110 | 0 | 1000101 | 1011101 | 10011 | 1111 | 1010111 | 101011 |
Color Harmonies of #CE3F0E
Complementary color
Monochromatic Colors of #CE3F0E
Black with #CE3F0E
Text Example
Text Example
White with #CE3F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F0E; }
p { color: rgb(206,63,14); }
H1.HeaderClassName
{
color: #CE3F0E;
}
.AnyTagClassName
{
color: #CE3F0E;
}
</style>
background-color css
<style>
a { background-color: #CE3F0E; }
a { background-color: rgb(206,63,14); }
div.DivClassName
{
background-color: #CE3F0E;
}
.BgClassName
{
background-color: #CE3F0E;
}
</style>
border-color css
<style>
span { border-color: #CE3F0E; }
span { border-color: rgb(206,63,14); }
td.TdClassName
{
border-color: #CE3F0E;
}
.TagClassName
{
border-color: #CE3F0E;
}
</style>