Shades of Trinidad #C54C25
Tints of Trinidad #C54C25
RGB
CMYK
RGB Variations
Color information
#C54C25 (or 0xC54C25) is known color: Trinidad. HEX triplet: C5, 4C and 25. RGB value is (197,76,37). Sum of RGB (Red+Green+Blue) = 197+76+37=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54C25 is #3AB3DA. Grayscale: #6C6C6C. Windows color (decimal): -3847131 or 2444485. OLE color: 2444485.
HSL color Cylindrical-coordinate representation of color #C54C25: hue angle of 14.62º 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 #C54C25 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 37 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.23 |
| HSL | 14.63º | 0.68% | 0.46% | - |
| HSV(B) | 14.63º | 0.81% | 0.77% | - |
| XYZ | 25.94 | 17.17 | 3.7 | - |
| YUV | 107.73 | 88.09 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 37 | 0 | 0.61 | 0.81 | 0.23 | 14.63 | 0.68 | 0.46 |
| Hex | C5 | 4C | 25 | 0 | 3D | 51 | 17 | F | 44 | 2E |
| Octal | 305 | 114 | 45 | 0 | 75 | 121 | 27 | 17 | 104 | 56 |
| Binary | 11000101 | 1001100 | 100101 | 0 | 111101 | 1010001 | 10111 | 1111 | 1000100 | 101110 |
Color Harmonies of #C54C25
Complementary color
Monochromatic Colors of #C54C25
Black with #C54C25
Text Example
Text Example
White with #C54C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54C25; }
p { color: rgb(197,76,37); }
H1.HeaderClassName
{
color: #C54C25;
}
.AnyTagClassName
{
color: #C54C25;
}
</style>
background-color css
<style>
a { background-color: #C54C25; }
a { background-color: rgb(197,76,37); }
div.DivClassName
{
background-color: #C54C25;
}
.BgClassName
{
background-color: #C54C25;
}
</style>
border-color css
<style>
span { border-color: #C54C25; }
span { border-color: rgb(197,76,37); }
td.TdClassName
{
border-color: #C54C25;
}
.TagClassName
{
border-color: #C54C25;
}
</style>