Shades of Trinidad #C55237
Tints of Trinidad #C55237
RGB
CMYK
RGB Variations
Color information
#C55237 (or 0xC55237) is known color: Trinidad. HEX triplet: C5, 52 and 37. RGB value is (197,82,55). Sum of RGB (Red+Green+Blue) = 197+82+55=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C55237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55237 is #3AADC8. Grayscale: #717171. Windows color (decimal): -3845577 or 3625669. OLE color: 3625669.
HSL color Cylindrical-coordinate representation of color #C55237: hue angle of 11.41º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C55237 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 55 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.23 |
| HSL | 11.41º | 0.56% | 0.49% | - |
| HSV(B) | 11.41º | 0.72% | 0.77% | - |
| XYZ | 26.73 | 18.18 | 5.71 | - |
| YUV | 113.31 | 95.1 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 55 | 0 | 0.58 | 0.72 | 0.23 | 11.41 | 0.56 | 0.49 |
| Hex | C5 | 52 | 37 | 0 | 3A | 48 | 17 | B | 38 | 31 |
| Octal | 305 | 122 | 67 | 0 | 72 | 110 | 27 | 13 | 70 | 61 |
| Binary | 11000101 | 1010010 | 110111 | 0 | 111010 | 1001000 | 10111 | 1011 | 111000 | 110001 |
Color Harmonies of #C55237
Complementary color
Monochromatic Colors of #C55237
Black with #C55237
Text Example
Text Example
White with #C55237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55237; }
p { color: rgb(197,82,55); }
H1.HeaderClassName
{
color: #C55237;
}
.AnyTagClassName
{
color: #C55237;
}
</style>
background-color css
<style>
a { background-color: #C55237; }
a { background-color: rgb(197,82,55); }
div.DivClassName
{
background-color: #C55237;
}
.BgClassName
{
background-color: #C55237;
}
</style>
border-color css
<style>
span { border-color: #C55237; }
span { border-color: rgb(197,82,55); }
td.TdClassName
{
border-color: #C55237;
}
.TagClassName
{
border-color: #C55237;
}
</style>