Shades of Trinidad #C55325
Tints of Trinidad #C55325
RGB
CMYK
RGB Variations
Color information
#C55325 (or 0xC55325) is known color: Trinidad. HEX triplet: C5, 53 and 25. RGB value is (197,83,37). Sum of RGB (Red+Green+Blue) = 197+83+37=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C55325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55325 is #3AACDA. Grayscale: #707070. Windows color (decimal): -3845339 or 2446277. OLE color: 2446277.
HSL color Cylindrical-coordinate representation of color #C55325: hue angle of 17.25º 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 #C55325 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 37 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.23 |
| HSL | 17.25º | 0.68% | 0.46% | - |
| HSV(B) | 17.25º | 0.81% | 0.77% | - |
| XYZ | 26.45 | 18.19 | 3.87 | - |
| YUV | 111.84 | 85.77 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 37 | 0 | 0.58 | 0.81 | 0.23 | 17.25 | 0.68 | 0.46 |
| Hex | C5 | 53 | 25 | 0 | 3A | 51 | 17 | 11 | 44 | 2E |
| Octal | 305 | 123 | 45 | 0 | 72 | 121 | 27 | 21 | 104 | 56 |
| Binary | 11000101 | 1010011 | 100101 | 0 | 111010 | 1010001 | 10111 | 10001 | 1000100 | 101110 |
Color Harmonies of #C55325
Complementary color
Monochromatic Colors of #C55325
Black with #C55325
Text Example
Text Example
White with #C55325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55325; }
p { color: rgb(197,83,37); }
H1.HeaderClassName
{
color: #C55325;
}
.AnyTagClassName
{
color: #C55325;
}
</style>
background-color css
<style>
a { background-color: #C55325; }
a { background-color: rgb(197,83,37); }
div.DivClassName
{
background-color: #C55325;
}
.BgClassName
{
background-color: #C55325;
}
</style>
border-color css
<style>
span { border-color: #C55325; }
span { border-color: rgb(197,83,37); }
td.TdClassName
{
border-color: #C55325;
}
.TagClassName
{
border-color: #C55325;
}
</style>