Html Css Color HEX #CE2E21 Harley Davidson Orange
📋 copy color: '#CE2E21'red 206 ◦ green 46 ◦ blue 33
Shades of Harley Davidson Orange #CE2E21
Tints of Harley Davidson Orange #CE2E21
RGB
CMYK
RGB Variations
Color information
#CE2E21 (or 0xCE2E21) is known color: Harley Davidson Orange. HEX triplet: CE, 2E and 21. RGB value is (206,46,33). Sum of RGB (Red+Green+Blue) = 206+46+33=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E21 is #31D1DE. Grayscale: #5C5C5C. Windows color (decimal): -3264991 or 2174670. OLE color: 2174670.
HSL color Cylindrical-coordinate representation of color #CE2E21: hue angle of 4.51º 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 #CE2E21 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 33 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.19 |
| HSL | 4.51º | 0.72% | 0.47% | - |
| HSV(B) | 4.51º | 0.84% | 0.81% | - |
| XYZ | 26.71 | 15.19 | 2.96 | - |
| YUV | 92.36 | 94.51 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 33 | 0 | 0.78 | 0.84 | 0.19 | 4.51 | 0.72 | 0.47 |
| Hex | CE | 2E | 21 | 0 | 4E | 54 | 13 | 5 | 48 | 2F |
| Octal | 316 | 56 | 41 | 0 | 116 | 124 | 23 | 5 | 110 | 57 |
| Binary | 11001110 | 101110 | 100001 | 0 | 1001110 | 1010100 | 10011 | 101 | 1001000 | 101111 |
Color Harmonies of #CE2E21
Complementary color
Monochromatic Colors of #CE2E21
Black with #CE2E21
Text Example
Text Example
White with #CE2E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E21; }
p { color: rgb(206,46,33); }
H1.HeaderClassName
{
color: #CE2E21;
}
.AnyTagClassName
{
color: #CE2E21;
}
</style>
background-color css
<style>
a { background-color: #CE2E21; }
a { background-color: rgb(206,46,33); }
div.DivClassName
{
background-color: #CE2E21;
}
.BgClassName
{
background-color: #CE2E21;
}
</style>
border-color css
<style>
span { border-color: #CE2E21; }
span { border-color: rgb(206,46,33); }
td.TdClassName
{
border-color: #CE2E21;
}
.TagClassName
{
border-color: #CE2E21;
}
</style>