Html Css Color HEX #CE2C21 Harley Davidson Orange
📋 copy color: '#CE2C21'red 206 ◦ green 44 ◦ blue 33
Shades of Harley Davidson Orange #CE2C21
Tints of Harley Davidson Orange #CE2C21
RGB
CMYK
RGB Variations
Color information
#CE2C21 (or 0xCE2C21) is known color: Harley Davidson Orange. HEX triplet: CE, 2C and 21. RGB value is (206,44,33). Sum of RGB (Red+Green+Blue) = 206+44+33=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2C21 is #31D3DE. Grayscale: #5B5B5B. Windows color (decimal): -3265503 or 2174158. OLE color: 2174158.
HSL color Cylindrical-coordinate representation of color #CE2C21: hue angle of 3.82º 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 #CE2C21 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 44 | 33 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.19 |
| HSL | 3.82º | 0.72% | 0.47% | - |
| HSV(B) | 3.82º | 0.84% | 0.81% | - |
| XYZ | 26.63 | 15.03 | 2.94 | - |
| YUV | 91.18 | 95.17 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 33 | 0 | 0.79 | 0.84 | 0.19 | 3.82 | 0.72 | 0.47 |
| Hex | CE | 2C | 21 | 0 | 4F | 54 | 13 | 4 | 48 | 2F |
| Octal | 316 | 54 | 41 | 0 | 117 | 124 | 23 | 4 | 110 | 57 |
| Binary | 11001110 | 101100 | 100001 | 0 | 1001111 | 1010100 | 10011 | 100 | 1001000 | 101111 |
Color Harmonies of #CE2C21
Complementary color
Monochromatic Colors of #CE2C21
Black with #CE2C21
Text Example
Text Example
White with #CE2C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2C21; }
p { color: rgb(206,44,33); }
H1.HeaderClassName
{
color: #CE2C21;
}
.AnyTagClassName
{
color: #CE2C21;
}
</style>
background-color css
<style>
a { background-color: #CE2C21; }
a { background-color: rgb(206,44,33); }
div.DivClassName
{
background-color: #CE2C21;
}
.BgClassName
{
background-color: #CE2C21;
}
</style>
border-color css
<style>
span { border-color: #CE2C21; }
span { border-color: rgb(206,44,33); }
td.TdClassName
{
border-color: #CE2C21;
}
.TagClassName
{
border-color: #CE2C21;
}
</style>