Shades of Trinidad #C54E34
Tints of Trinidad #C54E34
RGB
CMYK
RGB Variations
Color information
#C54E34 (or 0xC54E34) is known color: Trinidad. HEX triplet: C5, 4E and 34. RGB value is (197,78,52). Sum of RGB (Red+Green+Blue) = 197+78+52=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54E34 is #3AB1CB. Grayscale: #6E6E6E. Windows color (decimal): -3846604 or 3428037. OLE color: 3428037.
HSL color Cylindrical-coordinate representation of color #C54E34: hue angle of 10.76º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C54E34 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 52 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.23 |
| HSL | 10.76º | 0.58% | 0.49% | - |
| HSV(B) | 10.76º | 0.74% | 0.77% | - |
| XYZ | 26.37 | 17.57 | 5.25 | - |
| YUV | 110.62 | 94.92 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 52 | 0 | 0.60 | 0.74 | 0.23 | 10.76 | 0.58 | 0.49 |
| Hex | C5 | 4E | 34 | 0 | 3C | 4A | 17 | B | 3A | 31 |
| Octal | 305 | 116 | 64 | 0 | 74 | 112 | 27 | 13 | 72 | 61 |
| Binary | 11000101 | 1001110 | 110100 | 0 | 111100 | 1001010 | 10111 | 1011 | 111010 | 110001 |
Color Harmonies of #C54E34
Complementary color
Monochromatic Colors of #C54E34
Black with #C54E34
Text Example
Text Example
White with #C54E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E34; }
p { color: rgb(197,78,52); }
H1.HeaderClassName
{
color: #C54E34;
}
.AnyTagClassName
{
color: #C54E34;
}
</style>
background-color css
<style>
a { background-color: #C54E34; }
a { background-color: rgb(197,78,52); }
div.DivClassName
{
background-color: #C54E34;
}
.BgClassName
{
background-color: #C54E34;
}
</style>
border-color css
<style>
span { border-color: #C54E34; }
span { border-color: rgb(197,78,52); }
td.TdClassName
{
border-color: #C54E34;
}
.TagClassName
{
border-color: #C54E34;
}
</style>