Shades of Trinidad #C55037
Tints of Trinidad #C55037
RGB
CMYK
RGB Variations
Color information
#C55037 (or 0xC55037) is known color: Trinidad. HEX triplet: C5, 50 and 37. RGB value is (197,80,55). Sum of RGB (Red+Green+Blue) = 197+80+55=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C55037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55037 is #3AAFC8. Grayscale: #707070. Windows color (decimal): -3846089 or 3625157. OLE color: 3625157.
HSL color Cylindrical-coordinate representation of color #C55037: hue angle of 10.56º 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 #C55037 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 55 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.23 |
| HSL | 10.56º | 0.56% | 0.49% | - |
| HSV(B) | 10.56º | 0.72% | 0.77% | - |
| XYZ | 26.58 | 17.88 | 5.67 | - |
| YUV | 112.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 55 | 0 | 0.59 | 0.72 | 0.23 | 10.56 | 0.56 | 0.49 |
| Hex | C5 | 50 | 37 | 0 | 3B | 48 | 17 | B | 38 | 31 |
| Octal | 305 | 120 | 67 | 0 | 73 | 110 | 27 | 13 | 70 | 61 |
| Binary | 11000101 | 1010000 | 110111 | 0 | 111011 | 1001000 | 10111 | 1011 | 111000 | 110001 |
Color Harmonies of #C55037
Complementary color
Monochromatic Colors of #C55037
Black with #C55037
Text Example
Text Example
White with #C55037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55037; }
p { color: rgb(197,80,55); }
H1.HeaderClassName
{
color: #C55037;
}
.AnyTagClassName
{
color: #C55037;
}
</style>
background-color css
<style>
a { background-color: #C55037; }
a { background-color: rgb(197,80,55); }
div.DivClassName
{
background-color: #C55037;
}
.BgClassName
{
background-color: #C55037;
}
</style>
border-color css
<style>
span { border-color: #C55037; }
span { border-color: rgb(197,80,55); }
td.TdClassName
{
border-color: #C55037;
}
.TagClassName
{
border-color: #C55037;
}
</style>