Shades of Trinidad #C94E37
Tints of Trinidad #C94E37
RGB
CMYK
RGB Variations
Color information
#C94E37 (or 0xC94E37) is known color: Trinidad. HEX triplet: C9, 4E and 37. RGB value is (201,78,55). Sum of RGB (Red+Green+Blue) = 201+78+55=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94E37 is #36B1C8. Grayscale: #707070. Windows color (decimal): -3584457 or 3624649. OLE color: 3624649.
HSL color Cylindrical-coordinate representation of color #C94E37: hue angle of 9.45º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C94E37 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 55 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.21 |
| HSL | 9.45º | 0.57% | 0.5% | - |
| HSV(B) | 9.45º | 0.73% | 0.79% | - |
| XYZ | 27.5 | 18.14 | 5.67 | - |
| YUV | 112.16 | 95.75 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 55 | 0 | 0.61 | 0.73 | 0.21 | 9.45 | 0.57 | 0.5 |
| Hex | C9 | 4E | 37 | 0 | 3D | 49 | 15 | 9 | 39 | 32 |
| Octal | 311 | 116 | 67 | 0 | 75 | 111 | 25 | 11 | 71 | 62 |
| Binary | 11001001 | 1001110 | 110111 | 0 | 111101 | 1001001 | 10101 | 1001 | 111001 | 110010 |
Color Harmonies of #C94E37
Complementary color
Monochromatic Colors of #C94E37
Black with #C94E37
Text Example
Text Example
White with #C94E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94E37; }
p { color: rgb(201,78,55); }
H1.HeaderClassName
{
color: #C94E37;
}
.AnyTagClassName
{
color: #C94E37;
}
</style>
background-color css
<style>
a { background-color: #C94E37; }
a { background-color: rgb(201,78,55); }
div.DivClassName
{
background-color: #C94E37;
}
.BgClassName
{
background-color: #C94E37;
}
</style>
border-color css
<style>
span { border-color: #C94E37; }
span { border-color: rgb(201,78,55); }
td.TdClassName
{
border-color: #C94E37;
}
.TagClassName
{
border-color: #C94E37;
}
</style>