Html Css Color HEX #CE3109 Harley Davidson Orange
📋 copy color: '#CE3109'red 206 ◦ green 49 ◦ blue 9
Shades of Harley Davidson Orange #CE3109
Tints of Harley Davidson Orange #CE3109
RGB
CMYK
RGB Variations
Color information
#CE3109 (or 0xCE3109) is known color: Harley Davidson Orange. HEX triplet: CE, 31 and 09. RGB value is (206,49,9). Sum of RGB (Red+Green+Blue) = 206+49+9=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3109 is #31CEF6. Grayscale: #5B5B5B. Windows color (decimal): -3264247 or 602574. OLE color: 602574.
HSL color Cylindrical-coordinate representation of color #CE3109: hue angle of 12.18º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE3109 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 9 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.19 |
| HSL | 12.18º | 0.92% | 0.42% | - |
| HSV(B) | 12.18º | 0.96% | 0.81% | - |
| XYZ | 26.6 | 15.34 | 1.82 | - |
| YUV | 91.38 | 81.51 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 9 | 0 | 0.76 | 0.96 | 0.19 | 12.18 | 0.92 | 0.42 |
| Hex | CE | 31 | 9 | 0 | 4C | 60 | 13 | C | 5C | 2A |
| Octal | 316 | 61 | 11 | 0 | 114 | 140 | 23 | 14 | 134 | 52 |
| Binary | 11001110 | 110001 | 1001 | 0 | 1001100 | 1100000 | 10011 | 1100 | 1011100 | 101010 |
Color Harmonies of #CE3109
Complementary color
Monochromatic Colors of #CE3109
Black with #CE3109
Text Example
Text Example
White with #CE3109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3109; }
p { color: rgb(206,49,9); }
H1.HeaderClassName
{
color: #CE3109;
}
.AnyTagClassName
{
color: #CE3109;
}
</style>
background-color css
<style>
a { background-color: #CE3109; }
a { background-color: rgb(206,49,9); }
div.DivClassName
{
background-color: #CE3109;
}
.BgClassName
{
background-color: #CE3109;
}
</style>
border-color css
<style>
span { border-color: #CE3109; }
span { border-color: rgb(206,49,9); }
td.TdClassName
{
border-color: #CE3109;
}
.TagClassName
{
border-color: #CE3109;
}
</style>