Html Css Color HEX #CE3120 Harley Davidson Orange
📋 copy color: '#CE3120'red 206 ◦ green 49 ◦ blue 32
Shades of Harley Davidson Orange #CE3120
Tints of Harley Davidson Orange #CE3120
RGB
CMYK
RGB Variations
Color information
#CE3120 (or 0xCE3120) is known color: Harley Davidson Orange. HEX triplet: CE, 31 and 20. RGB value is (206,49,32). Sum of RGB (Red+Green+Blue) = 206+49+32=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3120 is #31CEDF. Grayscale: #5E5E5E. Windows color (decimal): -3264224 or 2109902. OLE color: 2109902.
HSL color Cylindrical-coordinate representation of color #CE3120: hue angle of 5.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE3120 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 32 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.19 |
| HSL | 5.86º | 0.73% | 0.47% | - |
| HSV(B) | 5.86º | 0.84% | 0.81% | - |
| XYZ | 26.81 | 15.42 | 2.93 | - |
| YUV | 94.01 | 93.01 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 32 | 0 | 0.76 | 0.84 | 0.19 | 5.86 | 0.73 | 0.47 |
| Hex | CE | 31 | 20 | 0 | 4C | 54 | 13 | 6 | 49 | 2F |
| Octal | 316 | 61 | 40 | 0 | 114 | 124 | 23 | 6 | 111 | 57 |
| Binary | 11001110 | 110001 | 100000 | 0 | 1001100 | 1010100 | 10011 | 110 | 1001001 | 101111 |
Color Harmonies of #CE3120
Complementary color
Monochromatic Colors of #CE3120
Black with #CE3120
Text Example
Text Example
White with #CE3120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3120; }
p { color: rgb(206,49,32); }
H1.HeaderClassName
{
color: #CE3120;
}
.AnyTagClassName
{
color: #CE3120;
}
</style>
background-color css
<style>
a { background-color: #CE3120; }
a { background-color: rgb(206,49,32); }
div.DivClassName
{
background-color: #CE3120;
}
.BgClassName
{
background-color: #CE3120;
}
</style>
border-color css
<style>
span { border-color: #CE3120; }
span { border-color: rgb(206,49,32); }
td.TdClassName
{
border-color: #CE3120;
}
.TagClassName
{
border-color: #CE3120;
}
</style>