Html Css Color HEX #CE1C05 Harley Davidson Orange
📋 copy color: '#CE1C05'red 206 ◦ green 28 ◦ blue 5
Shades of Harley Davidson Orange #CE1C05
Tints of Harley Davidson Orange #CE1C05
RGB
CMYK
RGB Variations
Color information
#CE1C05 (or 0xCE1C05) is known color: Harley Davidson Orange. HEX triplet: CE, 1C and 05. RGB value is (206,28,5). Sum of RGB (Red+Green+Blue) = 206+28+5=239 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.19% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1C05 is #31E3FA. Grayscale: #4E4E4E. Windows color (decimal): -3269627 or 335054. OLE color: 335054.
HSL color Cylindrical-coordinate representation of color #CE1C05: hue angle of 6.87º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE1C05 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 5 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.19 |
| HSL | 6.87º | 0.95% | 0.41% | - |
| HSV(B) | 6.87º | 0.98% | 0.81% | - |
| XYZ | 25.9 | 13.96 | 1.47 | - |
| YUV | 78.6 | 86.47 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 5 | 0 | 0.86 | 0.98 | 0.19 | 6.87 | 0.95 | 0.41 |
| Hex | CE | 1C | 5 | 0 | 56 | 62 | 13 | 7 | 5F | 29 |
| Octal | 316 | 34 | 5 | 0 | 126 | 142 | 23 | 7 | 137 | 51 |
| Binary | 11001110 | 11100 | 101 | 0 | 1010110 | 1100010 | 10011 | 111 | 1011111 | 101001 |
Color Harmonies of #CE1C05
Complementary color
Monochromatic Colors of #CE1C05
Black with #CE1C05
Text Example
Text Example
White with #CE1C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C05; }
p { color: rgb(206,28,5); }
H1.HeaderClassName
{
color: #CE1C05;
}
.AnyTagClassName
{
color: #CE1C05;
}
</style>
background-color css
<style>
a { background-color: #CE1C05; }
a { background-color: rgb(206,28,5); }
div.DivClassName
{
background-color: #CE1C05;
}
.BgClassName
{
background-color: #CE1C05;
}
</style>
border-color css
<style>
span { border-color: #CE1C05; }
span { border-color: rgb(206,28,5); }
td.TdClassName
{
border-color: #CE1C05;
}
.TagClassName
{
border-color: #CE1C05;
}
</style>