Shades of Trinidad #C5412B
Tints of Trinidad #C5412B
RGB
CMYK
RGB Variations
Color information
#C5412B (or 0xC5412B) is known color: Trinidad. HEX triplet: C5, 41 and 2B. RGB value is (197,65,43). Sum of RGB (Red+Green+Blue) = 197+65+43=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C5412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5412B is #3ABED4. Grayscale: #666666. Windows color (decimal): -3849941 or 2834885. OLE color: 2834885.
HSL color Cylindrical-coordinate representation of color #C5412B: hue angle of 8.57º 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 #C5412B is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 43 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.23 |
| HSL | 8.57º | 0.64% | 0.47% | - |
| HSV(B) | 8.57º | 0.78% | 0.77% | - |
| XYZ | 25.35 | 15.83 | 4 | - |
| YUV | 101.96 | 94.73 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 43 | 0 | 0.67 | 0.78 | 0.23 | 8.57 | 0.64 | 0.47 |
| Hex | C5 | 41 | 2B | 0 | 43 | 4E | 17 | 9 | 40 | 2F |
| Octal | 305 | 101 | 53 | 0 | 103 | 116 | 27 | 11 | 100 | 57 |
| Binary | 11000101 | 1000001 | 101011 | 0 | 1000011 | 1001110 | 10111 | 1001 | 1000000 | 101111 |
Color Harmonies of #C5412B
Complementary color
Monochromatic Colors of #C5412B
Black with #C5412B
Text Example
Text Example
White with #C5412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5412B; }
p { color: rgb(197,65,43); }
H1.HeaderClassName
{
color: #C5412B;
}
.AnyTagClassName
{
color: #C5412B;
}
</style>
background-color css
<style>
a { background-color: #C5412B; }
a { background-color: rgb(197,65,43); }
div.DivClassName
{
background-color: #C5412B;
}
.BgClassName
{
background-color: #C5412B;
}
</style>
border-color css
<style>
span { border-color: #C5412B; }
span { border-color: rgb(197,65,43); }
td.TdClassName
{
border-color: #C5412B;
}
.TagClassName
{
border-color: #C5412B;
}
</style>