Html Css Color HEX #CE310E Harley Davidson Orange
📋 copy color: '#CE310E'red 206 ◦ green 49 ◦ blue 14
Shades of Harley Davidson Orange #CE310E
Tints of Harley Davidson Orange #CE310E
RGB
CMYK
RGB Variations
Color information
#CE310E (or 0xCE310E) is known color: Harley Davidson Orange. HEX triplet: CE, 31 and 0E. RGB value is (206,49,14). Sum of RGB (Red+Green+Blue) = 206+49+14=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE310E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE310E is #31CEF1. Grayscale: #5C5C5C. Windows color (decimal): -3264242 or 930254. OLE color: 930254.
HSL color Cylindrical-coordinate representation of color #CE310E: hue angle of 10.94º 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 #CE310E is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 14 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.19 |
| HSL | 10.94º | 0.87% | 0.43% | - |
| HSV(B) | 10.94º | 0.93% | 0.81% | - |
| XYZ | 26.63 | 15.35 | 1.97 | - |
| YUV | 91.95 | 84.01 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 14 | 0 | 0.76 | 0.93 | 0.19 | 10.94 | 0.87 | 0.43 |
| Hex | CE | 31 | E | 0 | 4C | 5D | 13 | B | 57 | 2B |
| Octal | 316 | 61 | 16 | 0 | 114 | 135 | 23 | 13 | 127 | 53 |
| Binary | 11001110 | 110001 | 1110 | 0 | 1001100 | 1011101 | 10011 | 1011 | 1010111 | 101011 |
Color Harmonies of #CE310E
Complementary color
Monochromatic Colors of #CE310E
Black with #CE310E
Text Example
Text Example
White with #CE310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE310E; }
p { color: rgb(206,49,14); }
H1.HeaderClassName
{
color: #CE310E;
}
.AnyTagClassName
{
color: #CE310E;
}
</style>
background-color css
<style>
a { background-color: #CE310E; }
a { background-color: rgb(206,49,14); }
div.DivClassName
{
background-color: #CE310E;
}
.BgClassName
{
background-color: #CE310E;
}
</style>
border-color css
<style>
span { border-color: #CE310E; }
span { border-color: rgb(206,49,14); }
td.TdClassName
{
border-color: #CE310E;
}
.TagClassName
{
border-color: #CE310E;
}
</style>