Html Css Color HEX #CE2909 Harley Davidson Orange
📋 copy color: '#CE2909'red 206 ◦ green 41 ◦ blue 9
Shades of Harley Davidson Orange #CE2909
Tints of Harley Davidson Orange #CE2909
RGB
CMYK
RGB Variations
Color information
#CE2909 (or 0xCE2909) is known color: Harley Davidson Orange. HEX triplet: CE, 29 and 09. RGB value is (206,41,9). Sum of RGB (Red+Green+Blue) = 206+41+9=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2909 is #31D6F6. Grayscale: #565656. Windows color (decimal): -3266295 or 600526. OLE color: 600526.
HSL color Cylindrical-coordinate representation of color #CE2909: hue angle of 9.75º 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 #CE2909 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 9 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.19 |
| HSL | 9.75º | 0.92% | 0.42% | - |
| HSV(B) | 9.75º | 0.96% | 0.81% | - |
| XYZ | 26.3 | 14.73 | 1.72 | - |
| YUV | 86.69 | 84.16 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 9 | 0 | 0.80 | 0.96 | 0.19 | 9.75 | 0.92 | 0.42 |
| Hex | CE | 29 | 9 | 0 | 50 | 60 | 13 | A | 5C | 2A |
| Octal | 316 | 51 | 11 | 0 | 120 | 140 | 23 | 12 | 134 | 52 |
| Binary | 11001110 | 101001 | 1001 | 0 | 1010000 | 1100000 | 10011 | 1010 | 1011100 | 101010 |
Color Harmonies of #CE2909
Complementary color
Monochromatic Colors of #CE2909
Black with #CE2909
Text Example
Text Example
White with #CE2909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2909; }
p { color: rgb(206,41,9); }
H1.HeaderClassName
{
color: #CE2909;
}
.AnyTagClassName
{
color: #CE2909;
}
</style>
background-color css
<style>
a { background-color: #CE2909; }
a { background-color: rgb(206,41,9); }
div.DivClassName
{
background-color: #CE2909;
}
.BgClassName
{
background-color: #CE2909;
}
</style>
border-color css
<style>
span { border-color: #CE2909; }
span { border-color: rgb(206,41,9); }
td.TdClassName
{
border-color: #CE2909;
}
.TagClassName
{
border-color: #CE2909;
}
</style>