Html Css Color HEX #CE2014 Harley Davidson Orange
📋 copy color: '#CE2014'red 206 ◦ green 32 ◦ blue 20
Shades of Harley Davidson Orange #CE2014
Tints of Harley Davidson Orange #CE2014
RGB
CMYK
RGB Variations
Color information
#CE2014 (or 0xCE2014) is known color: Harley Davidson Orange. HEX triplet: CE, 20 and 14. RGB value is (206,32,20). Sum of RGB (Red+Green+Blue) = 206+32+20=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2014 is #31DFEB. Grayscale: #525252. Windows color (decimal): -3268588 or 1319118. OLE color: 1319118.
HSL color Cylindrical-coordinate representation of color #CE2014: hue angle of 3.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE2014 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 20 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.19 |
| HSL | 3.87º | 0.82% | 0.44% | - |
| HSV(B) | 3.87º | 0.9% | 0.81% | - |
| XYZ | 26.1 | 14.21 | 2.03 | - |
| YUV | 82.66 | 92.65 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 20 | 0 | 0.84 | 0.90 | 0.19 | 3.87 | 0.82 | 0.44 |
| Hex | CE | 20 | 14 | 0 | 54 | 5A | 13 | 4 | 52 | 2C |
| Octal | 316 | 40 | 24 | 0 | 124 | 132 | 23 | 4 | 122 | 54 |
| Binary | 11001110 | 100000 | 10100 | 0 | 1010100 | 1011010 | 10011 | 100 | 1010010 | 101100 |
Color Harmonies of #CE2014
Complementary color
Monochromatic Colors of #CE2014
Black with #CE2014
Text Example
Text Example
White with #CE2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2014; }
p { color: rgb(206,32,20); }
H1.HeaderClassName
{
color: #CE2014;
}
.AnyTagClassName
{
color: #CE2014;
}
</style>
background-color css
<style>
a { background-color: #CE2014; }
a { background-color: rgb(206,32,20); }
div.DivClassName
{
background-color: #CE2014;
}
.BgClassName
{
background-color: #CE2014;
}
</style>
border-color css
<style>
span { border-color: #CE2014; }
span { border-color: rgb(206,32,20); }
td.TdClassName
{
border-color: #CE2014;
}
.TagClassName
{
border-color: #CE2014;
}
</style>