Html Css Color HEX #CE3121 Harley Davidson Orange
📋 copy color: '#CE3121'red 206 ◦ green 49 ◦ blue 33
Shades of Harley Davidson Orange #CE3121
Tints of Harley Davidson Orange #CE3121
RGB
CMYK
RGB Variations
Color information
#CE3121 (or 0xCE3121) is known color: Harley Davidson Orange. HEX triplet: CE, 31 and 21. RGB value is (206,49,33). Sum of RGB (Red+Green+Blue) = 206+49+33=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3121 is #31CEDE. Grayscale: #5E5E5E. Windows color (decimal): -3264223 or 2175438. OLE color: 2175438.
HSL color Cylindrical-coordinate representation of color #CE3121: hue angle of 5.55º 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 #CE3121 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 33 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.19 |
| HSL | 5.55º | 0.72% | 0.47% | - |
| HSV(B) | 5.55º | 0.84% | 0.81% | - |
| XYZ | 26.83 | 15.43 | 3 | - |
| YUV | 94.12 | 93.51 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 33 | 0 | 0.76 | 0.84 | 0.19 | 5.55 | 0.72 | 0.47 |
| Hex | CE | 31 | 21 | 0 | 4C | 54 | 13 | 6 | 48 | 2F |
| Octal | 316 | 61 | 41 | 0 | 114 | 124 | 23 | 6 | 110 | 57 |
| Binary | 11001110 | 110001 | 100001 | 0 | 1001100 | 1010100 | 10011 | 110 | 1001000 | 101111 |
Color Harmonies of #CE3121
Complementary color
Monochromatic Colors of #CE3121
Black with #CE3121
Text Example
Text Example
White with #CE3121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3121; }
p { color: rgb(206,49,33); }
H1.HeaderClassName
{
color: #CE3121;
}
.AnyTagClassName
{
color: #CE3121;
}
</style>
background-color css
<style>
a { background-color: #CE3121; }
a { background-color: rgb(206,49,33); }
div.DivClassName
{
background-color: #CE3121;
}
.BgClassName
{
background-color: #CE3121;
}
</style>
border-color css
<style>
span { border-color: #CE3121; }
span { border-color: rgb(206,49,33); }
td.TdClassName
{
border-color: #CE3121;
}
.TagClassName
{
border-color: #CE3121;
}
</style>