Html Css Color HEX #CE3E0E Harley Davidson Orange
📋 copy color: '#CE3E0E'red 206 ◦ green 62 ◦ blue 14
Shades of Harley Davidson Orange #CE3E0E
Tints of Harley Davidson Orange #CE3E0E
RGB
CMYK
RGB Variations
Color information
#CE3E0E (or 0xCE3E0E) is known color: Harley Davidson Orange. HEX triplet: CE, 3E and 0E. RGB value is (206,62,14). Sum of RGB (Red+Green+Blue) = 206+62+14=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3E0E is #31C1F1. Grayscale: #636363. Windows color (decimal): -3260914 or 933582. OLE color: 933582.
HSL color Cylindrical-coordinate representation of color #CE3E0E: hue angle of 15º 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 #CE3E0E is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 14 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.19 |
| HSL | 15º | 0.87% | 0.43% | - |
| HSV(B) | 15º | 0.93% | 0.81% | - |
| XYZ | 27.26 | 16.6 | 2.18 | - |
| YUV | 99.58 | 79.71 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 14 | 0 | 0.70 | 0.93 | 0.19 | 15 | 0.87 | 0.43 |
| Hex | CE | 3E | E | 0 | 46 | 5D | 13 | F | 57 | 2B |
| Octal | 316 | 76 | 16 | 0 | 106 | 135 | 23 | 17 | 127 | 53 |
| Binary | 11001110 | 111110 | 1110 | 0 | 1000110 | 1011101 | 10011 | 1111 | 1010111 | 101011 |
Color Harmonies of #CE3E0E
Complementary color
Monochromatic Colors of #CE3E0E
Black with #CE3E0E
Text Example
Text Example
White with #CE3E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E0E; }
p { color: rgb(206,62,14); }
H1.HeaderClassName
{
color: #CE3E0E;
}
.AnyTagClassName
{
color: #CE3E0E;
}
</style>
background-color css
<style>
a { background-color: #CE3E0E; }
a { background-color: rgb(206,62,14); }
div.DivClassName
{
background-color: #CE3E0E;
}
.BgClassName
{
background-color: #CE3E0E;
}
</style>
border-color css
<style>
span { border-color: #CE3E0E; }
span { border-color: rgb(206,62,14); }
td.TdClassName
{
border-color: #CE3E0E;
}
.TagClassName
{
border-color: #CE3E0E;
}
</style>