Shades of Trinidad #C55534
Tints of Trinidad #C55534
RGB
CMYK
RGB Variations
Color information
#C55534 (or 0xC55534) is known color: Trinidad. HEX triplet: C5, 55 and 34. RGB value is (197,85,52). Sum of RGB (Red+Green+Blue) = 197+85+52=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C55534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55534 is #3AAACB. Grayscale: #727272. Windows color (decimal): -3844812 or 3429829. OLE color: 3429829.
HSL color Cylindrical-coordinate representation of color #C55534: hue angle of 13.66º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C55534 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 52 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.23 |
| HSL | 13.66º | 0.58% | 0.49% | - |
| HSV(B) | 13.66º | 0.74% | 0.77% | - |
| XYZ | 26.89 | 18.62 | 5.42 | - |
| YUV | 114.73 | 92.61 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 52 | 0 | 0.57 | 0.74 | 0.23 | 13.66 | 0.58 | 0.49 |
| Hex | C5 | 55 | 34 | 0 | 39 | 4A | 17 | E | 3A | 31 |
| Octal | 305 | 125 | 64 | 0 | 71 | 112 | 27 | 16 | 72 | 61 |
| Binary | 11000101 | 1010101 | 110100 | 0 | 111001 | 1001010 | 10111 | 1110 | 111010 | 110001 |
Color Harmonies of #C55534
Complementary color
Monochromatic Colors of #C55534
Black with #C55534
Text Example
Text Example
White with #C55534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55534; }
p { color: rgb(197,85,52); }
H1.HeaderClassName
{
color: #C55534;
}
.AnyTagClassName
{
color: #C55534;
}
</style>
background-color css
<style>
a { background-color: #C55534; }
a { background-color: rgb(197,85,52); }
div.DivClassName
{
background-color: #C55534;
}
.BgClassName
{
background-color: #C55534;
}
</style>
border-color css
<style>
span { border-color: #C55534; }
span { border-color: rgb(197,85,52); }
td.TdClassName
{
border-color: #C55534;
}
.TagClassName
{
border-color: #C55534;
}
</style>