Html Css Color HEX #CE2C08 Harley Davidson Orange
📋 copy color: '#CE2C08'red 206 ◦ green 44 ◦ blue 8
Shades of Harley Davidson Orange #CE2C08
Tints of Harley Davidson Orange #CE2C08
RGB
CMYK
RGB Variations
Color information
#CE2C08 (or 0xCE2C08) is known color: Harley Davidson Orange. HEX triplet: CE, 2C and 08. RGB value is (206,44,8). Sum of RGB (Red+Green+Blue) = 206+44+8=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2C08 is #31D3F7. Grayscale: #585858. Windows color (decimal): -3265528 or 535758. OLE color: 535758.
HSL color Cylindrical-coordinate representation of color #CE2C08: hue angle of 10.91º degrees, saturation: 0.93, 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 #CE2C08 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 44 | 8 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.19 |
| HSL | 10.91º | 0.93% | 0.42% | - |
| HSV(B) | 10.91º | 0.96% | 0.81% | - |
| XYZ | 26.4 | 14.94 | 1.72 | - |
| YUV | 88.33 | 82.67 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 8 | 0 | 0.79 | 0.96 | 0.19 | 10.91 | 0.93 | 0.42 |
| Hex | CE | 2C | 8 | 0 | 4F | 60 | 13 | B | 5D | 2A |
| Octal | 316 | 54 | 10 | 0 | 117 | 140 | 23 | 13 | 135 | 52 |
| Binary | 11001110 | 101100 | 1000 | 0 | 1001111 | 1100000 | 10011 | 1011 | 1011101 | 101010 |
Color Harmonies of #CE2C08
Complementary color
Monochromatic Colors of #CE2C08
Black with #CE2C08
Text Example
Text Example
White with #CE2C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2C08; }
p { color: rgb(206,44,8); }
H1.HeaderClassName
{
color: #CE2C08;
}
.AnyTagClassName
{
color: #CE2C08;
}
</style>
background-color css
<style>
a { background-color: #CE2C08; }
a { background-color: rgb(206,44,8); }
div.DivClassName
{
background-color: #CE2C08;
}
.BgClassName
{
background-color: #CE2C08;
}
</style>
border-color css
<style>
span { border-color: #CE2C08; }
span { border-color: rgb(206,44,8); }
td.TdClassName
{
border-color: #CE2C08;
}
.TagClassName
{
border-color: #CE2C08;
}
</style>