Shades of Trinidad #C55239
Tints of Trinidad #C55239
RGB
CMYK
RGB Variations
Color information
#C55239 (or 0xC55239) is known color: Trinidad. HEX triplet: C5, 52 and 39. RGB value is (197,82,57). Sum of RGB (Red+Green+Blue) = 197+82+57=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C55239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55239 is #3AADC6. Grayscale: #717171. Windows color (decimal): -3845575 or 3756741. OLE color: 3756741.
HSL color Cylindrical-coordinate representation of color #C55239: hue angle of 10.71º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C55239 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 57 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.23 |
| HSL | 10.71º | 0.55% | 0.5% | - |
| HSV(B) | 10.71º | 0.71% | 0.77% | - |
| XYZ | 26.78 | 18.2 | 5.97 | - |
| YUV | 113.54 | 96.1 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 57 | 0 | 0.58 | 0.71 | 0.23 | 10.71 | 0.55 | 0.5 |
| Hex | C5 | 52 | 39 | 0 | 3A | 47 | 17 | B | 37 | 32 |
| Octal | 305 | 122 | 71 | 0 | 72 | 107 | 27 | 13 | 67 | 62 |
| Binary | 11000101 | 1010010 | 111001 | 0 | 111010 | 1000111 | 10111 | 1011 | 110111 | 110010 |
Color Harmonies of #C55239
Complementary color
Monochromatic Colors of #C55239
Black with #C55239
Text Example
Text Example
White with #C55239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55239; }
p { color: rgb(197,82,57); }
H1.HeaderClassName
{
color: #C55239;
}
.AnyTagClassName
{
color: #C55239;
}
</style>
background-color css
<style>
a { background-color: #C55239; }
a { background-color: rgb(197,82,57); }
div.DivClassName
{
background-color: #C55239;
}
.BgClassName
{
background-color: #C55239;
}
</style>
border-color css
<style>
span { border-color: #C55239; }
span { border-color: rgb(197,82,57); }
td.TdClassName
{
border-color: #C55239;
}
.TagClassName
{
border-color: #C55239;
}
</style>