Html Css Color HEX #CE2E20 Harley Davidson Orange
📋 copy color: '#CE2E20'red 206 ◦ green 46 ◦ blue 32
Shades of Harley Davidson Orange #CE2E20
Tints of Harley Davidson Orange #CE2E20
RGB
CMYK
RGB Variations
Color information
#CE2E20 (or 0xCE2E20) is known color: Harley Davidson Orange. HEX triplet: CE, 2E and 20. RGB value is (206,46,32). Sum of RGB (Red+Green+Blue) = 206+46+32=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E20 is #31D1DF. Grayscale: #5C5C5C. Windows color (decimal): -3264992 or 2109134. OLE color: 2109134.
HSL color Cylindrical-coordinate representation of color #CE2E20: hue angle of 4.83º 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 #CE2E20 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 32 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.19 |
| HSL | 4.83º | 0.73% | 0.47% | - |
| HSV(B) | 4.83º | 0.84% | 0.81% | - |
| XYZ | 26.69 | 15.18 | 2.89 | - |
| YUV | 92.24 | 94.01 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 32 | 0 | 0.78 | 0.84 | 0.19 | 4.83 | 0.73 | 0.47 |
| Hex | CE | 2E | 20 | 0 | 4E | 54 | 13 | 5 | 49 | 2F |
| Octal | 316 | 56 | 40 | 0 | 116 | 124 | 23 | 5 | 111 | 57 |
| Binary | 11001110 | 101110 | 100000 | 0 | 1001110 | 1010100 | 10011 | 101 | 1001001 | 101111 |
Color Harmonies of #CE2E20
Complementary color
Monochromatic Colors of #CE2E20
Black with #CE2E20
Text Example
Text Example
White with #CE2E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E20; }
p { color: rgb(206,46,32); }
H1.HeaderClassName
{
color: #CE2E20;
}
.AnyTagClassName
{
color: #CE2E20;
}
</style>
background-color css
<style>
a { background-color: #CE2E20; }
a { background-color: rgb(206,46,32); }
div.DivClassName
{
background-color: #CE2E20;
}
.BgClassName
{
background-color: #CE2E20;
}
</style>
border-color css
<style>
span { border-color: #CE2E20; }
span { border-color: rgb(206,46,32); }
td.TdClassName
{
border-color: #CE2E20;
}
.TagClassName
{
border-color: #CE2E20;
}
</style>