Shades of Trinidad #C95131
Tints of Trinidad #C95131
RGB
CMYK
RGB Variations
Color information
#C95131 (or 0xC95131) is known color: Trinidad. HEX triplet: C9, 51 and 31. RGB value is (201,81,49). Sum of RGB (Red+Green+Blue) = 201+81+49=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C95131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95131 is #36AECE. Grayscale: #717171. Windows color (decimal): -3583695 or 3232201. OLE color: 3232201.
HSL color Cylindrical-coordinate representation of color #C95131: hue angle of 12.63º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C95131 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 49 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.21 |
| HSL | 12.63º | 0.61% | 0.49% | - |
| HSV(B) | 12.63º | 0.76% | 0.79% | - |
| XYZ | 27.58 | 18.52 | 5.03 | - |
| YUV | 113.23 | 91.76 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 49 | 0 | 0.60 | 0.76 | 0.21 | 12.63 | 0.61 | 0.49 |
| Hex | C9 | 51 | 31 | 0 | 3C | 4C | 15 | D | 3D | 31 |
| Octal | 311 | 121 | 61 | 0 | 74 | 114 | 25 | 15 | 75 | 61 |
| Binary | 11001001 | 1010001 | 110001 | 0 | 111100 | 1001100 | 10101 | 1101 | 111101 | 110001 |
Color Harmonies of #C95131
Complementary color
Monochromatic Colors of #C95131
Black with #C95131
Text Example
Text Example
White with #C95131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95131; }
p { color: rgb(201,81,49); }
H1.HeaderClassName
{
color: #C95131;
}
.AnyTagClassName
{
color: #C95131;
}
</style>
background-color css
<style>
a { background-color: #C95131; }
a { background-color: rgb(201,81,49); }
div.DivClassName
{
background-color: #C95131;
}
.BgClassName
{
background-color: #C95131;
}
</style>
border-color css
<style>
span { border-color: #C95131; }
span { border-color: rgb(201,81,49); }
td.TdClassName
{
border-color: #C95131;
}
.TagClassName
{
border-color: #C95131;
}
</style>