Shades of Trinidad #C54727
Tints of Trinidad #C54727
RGB
CMYK
RGB Variations
Color information
#C54727 (or 0xC54727) is known color: Trinidad. HEX triplet: C5, 47 and 27. RGB value is (197,71,39). Sum of RGB (Red+Green+Blue) = 197+71+39=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C54727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54727 is #3AB8D8. Grayscale: #696969. Windows color (decimal): -3848409 or 2574277. OLE color: 2574277.
HSL color Cylindrical-coordinate representation of color #C54727: hue angle of 12.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C54727 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 39 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.23 |
| HSL | 12.15º | 0.67% | 0.46% | - |
| HSV(B) | 12.15º | 0.8% | 0.77% | - |
| XYZ | 25.65 | 16.52 | 3.76 | - |
| YUV | 105.03 | 90.74 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 39 | 0 | 0.64 | 0.80 | 0.23 | 12.15 | 0.67 | 0.46 |
| Hex | C5 | 47 | 27 | 0 | 40 | 50 | 17 | C | 43 | 2E |
| Octal | 305 | 107 | 47 | 0 | 100 | 120 | 27 | 14 | 103 | 56 |
| Binary | 11000101 | 1000111 | 100111 | 0 | 1000000 | 1010000 | 10111 | 1100 | 1000011 | 101110 |
Color Harmonies of #C54727
Complementary color
Monochromatic Colors of #C54727
Black with #C54727
Text Example
Text Example
White with #C54727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54727; }
p { color: rgb(197,71,39); }
H1.HeaderClassName
{
color: #C54727;
}
.AnyTagClassName
{
color: #C54727;
}
</style>
background-color css
<style>
a { background-color: #C54727; }
a { background-color: rgb(197,71,39); }
div.DivClassName
{
background-color: #C54727;
}
.BgClassName
{
background-color: #C54727;
}
</style>
border-color css
<style>
span { border-color: #C54727; }
span { border-color: rgb(197,71,39); }
td.TdClassName
{
border-color: #C54727;
}
.TagClassName
{
border-color: #C54727;
}
</style>