Shades of Trinidad #C55134
Tints of Trinidad #C55134
RGB
CMYK
RGB Variations
Color information
#C55134 (or 0xC55134) is known color: Trinidad. HEX triplet: C5, 51 and 34. RGB value is (197,81,52). Sum of RGB (Red+Green+Blue) = 197+81+52=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C55134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55134 is #3AAECB. Grayscale: #707070. Windows color (decimal): -3845836 or 3428805. OLE color: 3428805.
HSL color Cylindrical-coordinate representation of color #C55134: hue angle of 12º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C55134 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 52 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.23 |
| HSL | 12º | 0.58% | 0.49% | - |
| HSV(B) | 12º | 0.74% | 0.77% | - |
| XYZ | 26.59 | 18 | 5.32 | - |
| YUV | 112.38 | 93.93 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 52 | 0 | 0.59 | 0.74 | 0.23 | 12 | 0.58 | 0.49 |
| Hex | C5 | 51 | 34 | 0 | 3B | 4A | 17 | C | 3A | 31 |
| Octal | 305 | 121 | 64 | 0 | 73 | 112 | 27 | 14 | 72 | 61 |
| Binary | 11000101 | 1010001 | 110100 | 0 | 111011 | 1001010 | 10111 | 1100 | 111010 | 110001 |
Color Harmonies of #C55134
Complementary color
Monochromatic Colors of #C55134
Black with #C55134
Text Example
Text Example
White with #C55134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55134; }
p { color: rgb(197,81,52); }
H1.HeaderClassName
{
color: #C55134;
}
.AnyTagClassName
{
color: #C55134;
}
</style>
background-color css
<style>
a { background-color: #C55134; }
a { background-color: rgb(197,81,52); }
div.DivClassName
{
background-color: #C55134;
}
.BgClassName
{
background-color: #C55134;
}
</style>
border-color css
<style>
span { border-color: #C55134; }
span { border-color: rgb(197,81,52); }
td.TdClassName
{
border-color: #C55134;
}
.TagClassName
{
border-color: #C55134;
}
</style>