Html Css Color HEX #CE3114 Harley Davidson Orange
📋 copy color: '#CE3114'red 206 ◦ green 49 ◦ blue 20
Shades of Harley Davidson Orange #CE3114
Tints of Harley Davidson Orange #CE3114
RGB
CMYK
RGB Variations
Color information
#CE3114 (or 0xCE3114) is known color: Harley Davidson Orange. HEX triplet: CE, 31 and 14. RGB value is (206,49,20). Sum of RGB (Red+Green+Blue) = 206+49+20=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3114 is #31CEEB. Grayscale: #5C5C5C. Windows color (decimal): -3264236 or 1323470. OLE color: 1323470.
HSL color Cylindrical-coordinate representation of color #CE3114: hue angle of 9.35º 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 #CE3114 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 20 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.19 |
| HSL | 9.35º | 0.82% | 0.44% | - |
| HSV(B) | 9.35º | 0.9% | 0.81% | - |
| XYZ | 26.68 | 15.37 | 2.22 | - |
| YUV | 92.64 | 87.01 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 20 | 0 | 0.76 | 0.90 | 0.19 | 9.35 | 0.82 | 0.44 |
| Hex | CE | 31 | 14 | 0 | 4C | 5A | 13 | 9 | 52 | 2C |
| Octal | 316 | 61 | 24 | 0 | 114 | 132 | 23 | 11 | 122 | 54 |
| Binary | 11001110 | 110001 | 10100 | 0 | 1001100 | 1011010 | 10011 | 1001 | 1010010 | 101100 |
Color Harmonies of #CE3114
Complementary color
Monochromatic Colors of #CE3114
Black with #CE3114
Text Example
Text Example
White with #CE3114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3114; }
p { color: rgb(206,49,20); }
H1.HeaderClassName
{
color: #CE3114;
}
.AnyTagClassName
{
color: #CE3114;
}
</style>
background-color css
<style>
a { background-color: #CE3114; }
a { background-color: rgb(206,49,20); }
div.DivClassName
{
background-color: #CE3114;
}
.BgClassName
{
background-color: #CE3114;
}
</style>
border-color css
<style>
span { border-color: #CE3114; }
span { border-color: rgb(206,49,20); }
td.TdClassName
{
border-color: #CE3114;
}
.TagClassName
{
border-color: #CE3114;
}
</style>