Shades of Trinidad #C55225
Tints of Trinidad #C55225
RGB
CMYK
RGB Variations
Color information
#C55225 (or 0xC55225) is known color: Trinidad. HEX triplet: C5, 52 and 25. RGB value is (197,82,37). Sum of RGB (Red+Green+Blue) = 197+82+37=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C55225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55225 is #3AADDA. Grayscale: #6F6F6F. Windows color (decimal): -3845595 or 2446021. OLE color: 2446021.
HSL color Cylindrical-coordinate representation of color #C55225: hue angle of 16.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C55225 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 37 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.23 |
| HSL | 16.88º | 0.68% | 0.46% | - |
| HSV(B) | 16.88º | 0.81% | 0.77% | - |
| XYZ | 26.38 | 18.04 | 3.84 | - |
| YUV | 111.26 | 86.1 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 37 | 0 | 0.58 | 0.81 | 0.23 | 16.88 | 0.68 | 0.46 |
| Hex | C5 | 52 | 25 | 0 | 3A | 51 | 17 | 11 | 44 | 2E |
| Octal | 305 | 122 | 45 | 0 | 72 | 121 | 27 | 21 | 104 | 56 |
| Binary | 11000101 | 1010010 | 100101 | 0 | 111010 | 1010001 | 10111 | 10001 | 1000100 | 101110 |
Color Harmonies of #C55225
Complementary color
Monochromatic Colors of #C55225
Black with #C55225
Text Example
Text Example
White with #C55225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55225; }
p { color: rgb(197,82,37); }
H1.HeaderClassName
{
color: #C55225;
}
.AnyTagClassName
{
color: #C55225;
}
</style>
background-color css
<style>
a { background-color: #C55225; }
a { background-color: rgb(197,82,37); }
div.DivClassName
{
background-color: #C55225;
}
.BgClassName
{
background-color: #C55225;
}
</style>
border-color css
<style>
span { border-color: #C55225; }
span { border-color: rgb(197,82,37); }
td.TdClassName
{
border-color: #C55225;
}
.TagClassName
{
border-color: #C55225;
}
</style>