Shades of Trinidad #C55425
Tints of Trinidad #C55425
RGB
CMYK
RGB Variations
Color information
#C55425 (or 0xC55425) is known color: Trinidad. HEX triplet: C5, 54 and 25. RGB value is (197,84,37). Sum of RGB (Red+Green+Blue) = 197+84+37=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C55425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55425 is #3AABDA. Grayscale: #707070. Windows color (decimal): -3845083 or 2446533. OLE color: 2446533.
HSL color Cylindrical-coordinate representation of color #C55425: hue angle of 17.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 #C55425 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 37 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.23 |
| HSL | 17.63º | 0.68% | 0.46% | - |
| HSV(B) | 17.63º | 0.81% | 0.77% | - |
| XYZ | 26.53 | 18.34 | 3.89 | - |
| YUV | 112.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 37 | 0 | 0.57 | 0.81 | 0.23 | 17.63 | 0.68 | 0.46 |
| Hex | C5 | 54 | 25 | 0 | 39 | 51 | 17 | 12 | 44 | 2E |
| Octal | 305 | 124 | 45 | 0 | 71 | 121 | 27 | 22 | 104 | 56 |
| Binary | 11000101 | 1010100 | 100101 | 0 | 111001 | 1010001 | 10111 | 10010 | 1000100 | 101110 |
Color Harmonies of #C55425
Complementary color
Monochromatic Colors of #C55425
Black with #C55425
Text Example
Text Example
White with #C55425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55425; }
p { color: rgb(197,84,37); }
H1.HeaderClassName
{
color: #C55425;
}
.AnyTagClassName
{
color: #C55425;
}
</style>
background-color css
<style>
a { background-color: #C55425; }
a { background-color: rgb(197,84,37); }
div.DivClassName
{
background-color: #C55425;
}
.BgClassName
{
background-color: #C55425;
}
</style>
border-color css
<style>
span { border-color: #C55425; }
span { border-color: rgb(197,84,37); }
td.TdClassName
{
border-color: #C55425;
}
.TagClassName
{
border-color: #C55425;
}
</style>