Shades of Trinidad #C54D25
Tints of Trinidad #C54D25
RGB
CMYK
RGB Variations
Color information
#C54D25 (or 0xC54D25) is known color: Trinidad. HEX triplet: C5, 4D and 25. RGB value is (197,77,37). Sum of RGB (Red+Green+Blue) = 197+77+37=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54D25 is #3AB2DA. Grayscale: #6C6C6C. Windows color (decimal): -3846875 or 2444741. OLE color: 2444741.
HSL color Cylindrical-coordinate representation of color #C54D25: hue angle of 15º 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 #C54D25 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 37 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.23 |
| HSL | 15º | 0.68% | 0.46% | - |
| HSV(B) | 15º | 0.81% | 0.77% | - |
| XYZ | 26.01 | 17.31 | 3.72 | - |
| YUV | 108.32 | 87.76 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 37 | 0 | 0.61 | 0.81 | 0.23 | 15 | 0.68 | 0.46 |
| Hex | C5 | 4D | 25 | 0 | 3D | 51 | 17 | F | 44 | 2E |
| Octal | 305 | 115 | 45 | 0 | 75 | 121 | 27 | 17 | 104 | 56 |
| Binary | 11000101 | 1001101 | 100101 | 0 | 111101 | 1010001 | 10111 | 1111 | 1000100 | 101110 |
Color Harmonies of #C54D25
Complementary color
Monochromatic Colors of #C54D25
Black with #C54D25
Text Example
Text Example
White with #C54D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D25; }
p { color: rgb(197,77,37); }
H1.HeaderClassName
{
color: #C54D25;
}
.AnyTagClassName
{
color: #C54D25;
}
</style>
background-color css
<style>
a { background-color: #C54D25; }
a { background-color: rgb(197,77,37); }
div.DivClassName
{
background-color: #C54D25;
}
.BgClassName
{
background-color: #C54D25;
}
</style>
border-color css
<style>
span { border-color: #C54D25; }
span { border-color: rgb(197,77,37); }
td.TdClassName
{
border-color: #C54D25;
}
.TagClassName
{
border-color: #C54D25;
}
</style>