Shades of Trinidad #C95121
Tints of Trinidad #C95121
RGB
CMYK
RGB Variations
Color information
#C95121 (or 0xC95121) is known color: Trinidad. HEX triplet: C9, 51 and 21. RGB value is (201,81,33). Sum of RGB (Red+Green+Blue) = 201+81+33=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C95121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95121 is #36AEDE. Grayscale: #6F6F6F. Windows color (decimal): -3583711 or 2183625. OLE color: 2183625.
HSL color Cylindrical-coordinate representation of color #C95121: hue angle of 17.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C95121 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 33 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.21 |
| HSL | 17.14º | 0.72% | 0.46% | - |
| HSV(B) | 17.14º | 0.84% | 0.79% | - |
| XYZ | 27.3 | 18.41 | 3.55 | - |
| YUV | 111.41 | 83.76 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 33 | 0 | 0.60 | 0.84 | 0.21 | 17.14 | 0.72 | 0.46 |
| Hex | C9 | 51 | 21 | 0 | 3C | 54 | 15 | 11 | 48 | 2E |
| Octal | 311 | 121 | 41 | 0 | 74 | 124 | 25 | 21 | 110 | 56 |
| Binary | 11001001 | 1010001 | 100001 | 0 | 111100 | 1010100 | 10101 | 10001 | 1001000 | 101110 |
Color Harmonies of #C95121
Complementary color
Monochromatic Colors of #C95121
Black with #C95121
Text Example
Text Example
White with #C95121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95121; }
p { color: rgb(201,81,33); }
H1.HeaderClassName
{
color: #C95121;
}
.AnyTagClassName
{
color: #C95121;
}
</style>
background-color css
<style>
a { background-color: #C95121; }
a { background-color: rgb(201,81,33); }
div.DivClassName
{
background-color: #C95121;
}
.BgClassName
{
background-color: #C95121;
}
</style>
border-color css
<style>
span { border-color: #C95121; }
span { border-color: rgb(201,81,33); }
td.TdClassName
{
border-color: #C95121;
}
.TagClassName
{
border-color: #C95121;
}
</style>