Shades of Trinidad #C55135
Tints of Trinidad #C55135
RGB
CMYK
RGB Variations
Color information
#C55135 (or 0xC55135) is known color: Trinidad. HEX triplet: C5, 51 and 35. RGB value is (197,81,53). Sum of RGB (Red+Green+Blue) = 197+81+53=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C55135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55135 is #3AAECA. Grayscale: #707070. Windows color (decimal): -3845835 or 3494341. OLE color: 3494341.
HSL color Cylindrical-coordinate representation of color #C55135: hue angle of 11.67º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C55135 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 53 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.23 |
| HSL | 11.67º | 0.58% | 0.49% | - |
| HSV(B) | 11.67º | 0.73% | 0.77% | - |
| XYZ | 26.61 | 18.01 | 5.44 | - |
| YUV | 112.49 | 94.43 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 53 | 0 | 0.59 | 0.73 | 0.23 | 11.67 | 0.58 | 0.49 |
| Hex | C5 | 51 | 35 | 0 | 3B | 49 | 17 | C | 3A | 31 |
| Octal | 305 | 121 | 65 | 0 | 73 | 111 | 27 | 14 | 72 | 61 |
| Binary | 11000101 | 1010001 | 110101 | 0 | 111011 | 1001001 | 10111 | 1100 | 111010 | 110001 |
Color Harmonies of #C55135
Complementary color
Monochromatic Colors of #C55135
Black with #C55135
Text Example
Text Example
White with #C55135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55135; }
p { color: rgb(197,81,53); }
H1.HeaderClassName
{
color: #C55135;
}
.AnyTagClassName
{
color: #C55135;
}
</style>
background-color css
<style>
a { background-color: #C55135; }
a { background-color: rgb(197,81,53); }
div.DivClassName
{
background-color: #C55135;
}
.BgClassName
{
background-color: #C55135;
}
</style>
border-color css
<style>
span { border-color: #C55135; }
span { border-color: rgb(197,81,53); }
td.TdClassName
{
border-color: #C55135;
}
.TagClassName
{
border-color: #C55135;
}
</style>