Shades of Trinidad #C55133
Tints of Trinidad #C55133
RGB
CMYK
RGB Variations
Color information
#C55133 (or 0xC55133) is known color: Trinidad. HEX triplet: C5, 51 and 33. RGB value is (197,81,51). Sum of RGB (Red+Green+Blue) = 197+81+51=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C55133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55133 is #3AAECC. Grayscale: #707070. Windows color (decimal): -3845837 or 3363269. OLE color: 3363269.
HSL color Cylindrical-coordinate representation of color #C55133: hue angle of 12.33º degrees, saturation: 0.59, 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 #C55133 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 51 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.23 |
| HSL | 12.33º | 0.59% | 0.49% | - |
| HSV(B) | 12.33º | 0.74% | 0.77% | - |
| XYZ | 26.57 | 17.99 | 5.21 | - |
| YUV | 112.26 | 93.43 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 51 | 0 | 0.59 | 0.74 | 0.23 | 12.33 | 0.59 | 0.49 |
| Hex | C5 | 51 | 33 | 0 | 3B | 4A | 17 | C | 3B | 31 |
| Octal | 305 | 121 | 63 | 0 | 73 | 112 | 27 | 14 | 73 | 61 |
| Binary | 11000101 | 1010001 | 110011 | 0 | 111011 | 1001010 | 10111 | 1100 | 111011 | 110001 |
Color Harmonies of #C55133
Complementary color
Monochromatic Colors of #C55133
Black with #C55133
Text Example
Text Example
White with #C55133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55133; }
p { color: rgb(197,81,51); }
H1.HeaderClassName
{
color: #C55133;
}
.AnyTagClassName
{
color: #C55133;
}
</style>
background-color css
<style>
a { background-color: #C55133; }
a { background-color: rgb(197,81,51); }
div.DivClassName
{
background-color: #C55133;
}
.BgClassName
{
background-color: #C55133;
}
</style>
border-color css
<style>
span { border-color: #C55133; }
span { border-color: rgb(197,81,51); }
td.TdClassName
{
border-color: #C55133;
}
.TagClassName
{
border-color: #C55133;
}
</style>