Shades of Trinidad #C55234
Tints of Trinidad #C55234
RGB
CMYK
RGB Variations
Color information
#C55234 (or 0xC55234) is known color: Trinidad. HEX triplet: C5, 52 and 34. RGB value is (197,82,52). Sum of RGB (Red+Green+Blue) = 197+82+52=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C55234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55234 is #3AADCB. Grayscale: #717171. Windows color (decimal): -3845580 or 3429061. OLE color: 3429061.
HSL color Cylindrical-coordinate representation of color #C55234: hue angle of 12.41º 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 #C55234 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 52 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.23 |
| HSL | 12.41º | 0.58% | 0.49% | - |
| HSV(B) | 12.41º | 0.74% | 0.77% | - |
| XYZ | 26.66 | 18.15 | 5.35 | - |
| YUV | 112.97 | 93.6 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 52 | 0 | 0.58 | 0.74 | 0.23 | 12.41 | 0.58 | 0.49 |
| Hex | C5 | 52 | 34 | 0 | 3A | 4A | 17 | C | 3A | 31 |
| Octal | 305 | 122 | 64 | 0 | 72 | 112 | 27 | 14 | 72 | 61 |
| Binary | 11000101 | 1010010 | 110100 | 0 | 111010 | 1001010 | 10111 | 1100 | 111010 | 110001 |
Color Harmonies of #C55234
Complementary color
Monochromatic Colors of #C55234
Black with #C55234
Text Example
Text Example
White with #C55234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55234; }
p { color: rgb(197,82,52); }
H1.HeaderClassName
{
color: #C55234;
}
.AnyTagClassName
{
color: #C55234;
}
</style>
background-color css
<style>
a { background-color: #C55234; }
a { background-color: rgb(197,82,52); }
div.DivClassName
{
background-color: #C55234;
}
.BgClassName
{
background-color: #C55234;
}
</style>
border-color css
<style>
span { border-color: #C55234; }
span { border-color: rgb(197,82,52); }
td.TdClassName
{
border-color: #C55234;
}
.TagClassName
{
border-color: #C55234;
}
</style>