Shades of Trinidad #C54C34
Tints of Trinidad #C54C34
RGB
CMYK
RGB Variations
Color information
#C54C34 (or 0xC54C34) is known color: Trinidad. HEX triplet: C5, 4C and 34. RGB value is (197,76,52). Sum of RGB (Red+Green+Blue) = 197+76+52=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54C34 is #3AB3CB. Grayscale: #6D6D6D. Windows color (decimal): -3847116 or 3427525. OLE color: 3427525.
HSL color Cylindrical-coordinate representation of color #C54C34: hue angle of 9.93º 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 #C54C34 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 52 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.23 |
| HSL | 9.93º | 0.58% | 0.49% | - |
| HSV(B) | 9.93º | 0.74% | 0.77% | - |
| XYZ | 26.23 | 17.29 | 5.2 | - |
| YUV | 109.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 52 | 0 | 0.61 | 0.74 | 0.23 | 9.93 | 0.58 | 0.49 |
| Hex | C5 | 4C | 34 | 0 | 3D | 4A | 17 | A | 3A | 31 |
| Octal | 305 | 114 | 64 | 0 | 75 | 112 | 27 | 12 | 72 | 61 |
| Binary | 11000101 | 1001100 | 110100 | 0 | 111101 | 1001010 | 10111 | 1010 | 111010 | 110001 |
Color Harmonies of #C54C34
Complementary color
Monochromatic Colors of #C54C34
Black with #C54C34
Text Example
Text Example
White with #C54C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54C34; }
p { color: rgb(197,76,52); }
H1.HeaderClassName
{
color: #C54C34;
}
.AnyTagClassName
{
color: #C54C34;
}
</style>
background-color css
<style>
a { background-color: #C54C34; }
a { background-color: rgb(197,76,52); }
div.DivClassName
{
background-color: #C54C34;
}
.BgClassName
{
background-color: #C54C34;
}
</style>
border-color css
<style>
span { border-color: #C54C34; }
span { border-color: rgb(197,76,52); }
td.TdClassName
{
border-color: #C54C34;
}
.TagClassName
{
border-color: #C54C34;
}
</style>