Html Css Color HEX #CE2F21 Harley Davidson Orange
📋 copy color: '#CE2F21'red 206 ◦ green 47 ◦ blue 33
Shades of Harley Davidson Orange #CE2F21
Tints of Harley Davidson Orange #CE2F21
RGB
CMYK
RGB Variations
Color information
#CE2F21 (or 0xCE2F21) is known color: Harley Davidson Orange. HEX triplet: CE, 2F and 21. RGB value is (206,47,33). Sum of RGB (Red+Green+Blue) = 206+47+33=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2F21 is #31D0DE. Grayscale: #5D5D5D. Windows color (decimal): -3264735 or 2174926. OLE color: 2174926.
HSL color Cylindrical-coordinate representation of color #CE2F21: hue angle of 4.86º degrees, saturation: 0.72, 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 #CE2F21 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 33 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.19 |
| HSL | 4.86º | 0.72% | 0.47% | - |
| HSV(B) | 4.86º | 0.84% | 0.81% | - |
| XYZ | 26.74 | 15.26 | 2.98 | - |
| YUV | 92.95 | 94.18 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 33 | 0 | 0.77 | 0.84 | 0.19 | 4.86 | 0.72 | 0.47 |
| Hex | CE | 2F | 21 | 0 | 4D | 54 | 13 | 5 | 48 | 2F |
| Octal | 316 | 57 | 41 | 0 | 115 | 124 | 23 | 5 | 110 | 57 |
| Binary | 11001110 | 101111 | 100001 | 0 | 1001101 | 1010100 | 10011 | 101 | 1001000 | 101111 |
Color Harmonies of #CE2F21
Complementary color
Monochromatic Colors of #CE2F21
Black with #CE2F21
Text Example
Text Example
White with #CE2F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F21; }
p { color: rgb(206,47,33); }
H1.HeaderClassName
{
color: #CE2F21;
}
.AnyTagClassName
{
color: #CE2F21;
}
</style>
background-color css
<style>
a { background-color: #CE2F21; }
a { background-color: rgb(206,47,33); }
div.DivClassName
{
background-color: #CE2F21;
}
.BgClassName
{
background-color: #CE2F21;
}
</style>
border-color css
<style>
span { border-color: #CE2F21; }
span { border-color: rgb(206,47,33); }
td.TdClassName
{
border-color: #CE2F21;
}
.TagClassName
{
border-color: #CE2F21;
}
</style>