Html Css Color HEX #CE2013 Harley Davidson Orange
📋 copy color: '#CE2013'red 206 ◦ green 32 ◦ blue 19
Shades of Harley Davidson Orange #CE2013
Tints of Harley Davidson Orange #CE2013
RGB
CMYK
RGB Variations
Color information
#CE2013 (or 0xCE2013) is known color: Harley Davidson Orange. HEX triplet: CE, 20 and 13. RGB value is (206,32,19). Sum of RGB (Red+Green+Blue) = 206+32+19=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2013 is #31DFEC. Grayscale: #525252. Windows color (decimal): -3268589 or 1253582. OLE color: 1253582.
HSL color Cylindrical-coordinate representation of color #CE2013: hue angle of 4.17º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE2013 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 19 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.19 |
| HSL | 4.17º | 0.83% | 0.44% | - |
| HSV(B) | 4.17º | 0.91% | 0.81% | - |
| XYZ | 26.09 | 14.2 | 1.98 | - |
| YUV | 82.54 | 92.15 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 19 | 0 | 0.84 | 0.91 | 0.19 | 4.17 | 0.83 | 0.44 |
| Hex | CE | 20 | 13 | 0 | 54 | 5B | 13 | 4 | 53 | 2C |
| Octal | 316 | 40 | 23 | 0 | 124 | 133 | 23 | 4 | 123 | 54 |
| Binary | 11001110 | 100000 | 10011 | 0 | 1010100 | 1011011 | 10011 | 100 | 1010011 | 101100 |
Color Harmonies of #CE2013
Complementary color
Monochromatic Colors of #CE2013
Black with #CE2013
Text Example
Text Example
White with #CE2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2013; }
p { color: rgb(206,32,19); }
H1.HeaderClassName
{
color: #CE2013;
}
.AnyTagClassName
{
color: #CE2013;
}
</style>
background-color css
<style>
a { background-color: #CE2013; }
a { background-color: rgb(206,32,19); }
div.DivClassName
{
background-color: #CE2013;
}
.BgClassName
{
background-color: #CE2013;
}
</style>
border-color css
<style>
span { border-color: #CE2013; }
span { border-color: rgb(206,32,19); }
td.TdClassName
{
border-color: #CE2013;
}
.TagClassName
{
border-color: #CE2013;
}
</style>