Shades of Trinidad #C5472B
Tints of Trinidad #C5472B
RGB
CMYK
RGB Variations
Color information
#C5472B (or 0xC5472B) is known color: Trinidad. HEX triplet: C5, 47 and 2B. RGB value is (197,71,43). Sum of RGB (Red+Green+Blue) = 197+71+43=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5472B is #3AB8D4. Grayscale: #696969. Windows color (decimal): -3848405 or 2836421. OLE color: 2836421.
HSL color Cylindrical-coordinate representation of color #C5472B: hue angle of 10.91º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5472B is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 43 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.23 |
| HSL | 10.91º | 0.64% | 0.47% | - |
| HSV(B) | 10.91º | 0.78% | 0.77% | - |
| XYZ | 25.72 | 16.55 | 4.12 | - |
| YUV | 105.48 | 92.74 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 43 | 0 | 0.64 | 0.78 | 0.23 | 10.91 | 0.64 | 0.47 |
| Hex | C5 | 47 | 2B | 0 | 40 | 4E | 17 | B | 40 | 2F |
| Octal | 305 | 107 | 53 | 0 | 100 | 116 | 27 | 13 | 100 | 57 |
| Binary | 11000101 | 1000111 | 101011 | 0 | 1000000 | 1001110 | 10111 | 1011 | 1000000 | 101111 |
Color Harmonies of #C5472B
Complementary color
Monochromatic Colors of #C5472B
Black with #C5472B
Text Example
Text Example
White with #C5472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5472B; }
p { color: rgb(197,71,43); }
H1.HeaderClassName
{
color: #C5472B;
}
.AnyTagClassName
{
color: #C5472B;
}
</style>
background-color css
<style>
a { background-color: #C5472B; }
a { background-color: rgb(197,71,43); }
div.DivClassName
{
background-color: #C5472B;
}
.BgClassName
{
background-color: #C5472B;
}
</style>
border-color css
<style>
span { border-color: #C5472B; }
span { border-color: rgb(197,71,43); }
td.TdClassName
{
border-color: #C5472B;
}
.TagClassName
{
border-color: #C5472B;
}
</style>