Html Css Color HEX #CE291E Harley Davidson Orange
📋 copy color: '#CE291E'red 206 ◦ green 41 ◦ blue 30
Shades of Harley Davidson Orange #CE291E
Tints of Harley Davidson Orange #CE291E
RGB
CMYK
RGB Variations
Color information
#CE291E (or 0xCE291E) is known color: Harley Davidson Orange. HEX triplet: CE, 29 and 1E. RGB value is (206,41,30). Sum of RGB (Red+Green+Blue) = 206+41+30=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE291E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE291E is #31D6E1. Grayscale: #595959. Windows color (decimal): -3266274 or 1976782. OLE color: 1976782.
HSL color Cylindrical-coordinate representation of color #CE291E: hue angle of 3.75º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE291E is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 30 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.19 |
| HSL | 3.75º | 0.75% | 0.46% | - |
| HSV(B) | 3.75º | 0.85% | 0.81% | - |
| XYZ | 26.48 | 14.8 | 2.69 | - |
| YUV | 89.08 | 94.66 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 30 | 0 | 0.80 | 0.85 | 0.19 | 3.75 | 0.75 | 0.46 |
| Hex | CE | 29 | 1E | 0 | 50 | 55 | 13 | 4 | 4B | 2E |
| Octal | 316 | 51 | 36 | 0 | 120 | 125 | 23 | 4 | 113 | 56 |
| Binary | 11001110 | 101001 | 11110 | 0 | 1010000 | 1010101 | 10011 | 100 | 1001011 | 101110 |
Color Harmonies of #CE291E
Complementary color
Monochromatic Colors of #CE291E
Black with #CE291E
Text Example
Text Example
White with #CE291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE291E; }
p { color: rgb(206,41,30); }
H1.HeaderClassName
{
color: #CE291E;
}
.AnyTagClassName
{
color: #CE291E;
}
</style>
background-color css
<style>
a { background-color: #CE291E; }
a { background-color: rgb(206,41,30); }
div.DivClassName
{
background-color: #CE291E;
}
.BgClassName
{
background-color: #CE291E;
}
</style>
border-color css
<style>
span { border-color: #CE291E; }
span { border-color: rgb(206,41,30); }
td.TdClassName
{
border-color: #CE291E;
}
.TagClassName
{
border-color: #CE291E;
}
</style>