Shades of Trinidad #C55221
Tints of Trinidad #C55221
RGB
CMYK
RGB Variations
Color information
#C55221 (or 0xC55221) is known color: Trinidad. HEX triplet: C5, 52 and 21. RGB value is (197,82,33). Sum of RGB (Red+Green+Blue) = 197+82+33=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C55221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55221 is #3AADDE. Grayscale: #6F6F6F. Windows color (decimal): -3845599 or 2183877. OLE color: 2183877.
HSL color Cylindrical-coordinate representation of color #C55221: hue angle of 17.93º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C55221 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 33 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.23 |
| HSL | 17.93º | 0.71% | 0.45% | - |
| HSV(B) | 17.93º | 0.83% | 0.77% | - |
| XYZ | 26.32 | 18.01 | 3.53 | - |
| YUV | 110.8 | 84.1 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 33 | 0 | 0.58 | 0.83 | 0.23 | 17.93 | 0.71 | 0.45 |
| Hex | C5 | 52 | 21 | 0 | 3A | 53 | 17 | 12 | 47 | 2D |
| Octal | 305 | 122 | 41 | 0 | 72 | 123 | 27 | 22 | 107 | 55 |
| Binary | 11000101 | 1010010 | 100001 | 0 | 111010 | 1010011 | 10111 | 10010 | 1000111 | 101101 |
Color Harmonies of #C55221
Complementary color
Monochromatic Colors of #C55221
Black with #C55221
Text Example
Text Example
White with #C55221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55221; }
p { color: rgb(197,82,33); }
H1.HeaderClassName
{
color: #C55221;
}
.AnyTagClassName
{
color: #C55221;
}
</style>
background-color css
<style>
a { background-color: #C55221; }
a { background-color: rgb(197,82,33); }
div.DivClassName
{
background-color: #C55221;
}
.BgClassName
{
background-color: #C55221;
}
</style>
border-color css
<style>
span { border-color: #C55221; }
span { border-color: rgb(197,82,33); }
td.TdClassName
{
border-color: #C55221;
}
.TagClassName
{
border-color: #C55221;
}
</style>