Shades of Trinidad #C54C24
Tints of Trinidad #C54C24
RGB
CMYK
RGB Variations
Color information
#C54C24 (or 0xC54C24) is known color: Trinidad. HEX triplet: C5, 4C and 24. RGB value is (197,76,36). Sum of RGB (Red+Green+Blue) = 197+76+36=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54C24 is #3AB3DB. Grayscale: #6B6B6B. Windows color (decimal): -3847132 or 2378949. OLE color: 2378949.
HSL color Cylindrical-coordinate representation of color #C54C24: hue angle of 14.91º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C54C24 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 36 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.23 |
| HSL | 14.91º | 0.69% | 0.46% | - |
| HSV(B) | 14.91º | 0.82% | 0.77% | - |
| XYZ | 25.93 | 17.17 | 3.62 | - |
| YUV | 107.62 | 87.59 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 36 | 0 | 0.61 | 0.82 | 0.23 | 14.91 | 0.69 | 0.46 |
| Hex | C5 | 4C | 24 | 0 | 3D | 52 | 17 | F | 45 | 2E |
| Octal | 305 | 114 | 44 | 0 | 75 | 122 | 27 | 17 | 105 | 56 |
| Binary | 11000101 | 1001100 | 100100 | 0 | 111101 | 1010010 | 10111 | 1111 | 1000101 | 101110 |
Color Harmonies of #C54C24
Complementary color
Monochromatic Colors of #C54C24
Black with #C54C24
Text Example
Text Example
White with #C54C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54C24; }
p { color: rgb(197,76,36); }
H1.HeaderClassName
{
color: #C54C24;
}
.AnyTagClassName
{
color: #C54C24;
}
</style>
background-color css
<style>
a { background-color: #C54C24; }
a { background-color: rgb(197,76,36); }
div.DivClassName
{
background-color: #C54C24;
}
.BgClassName
{
background-color: #C54C24;
}
</style>
border-color css
<style>
span { border-color: #C54C24; }
span { border-color: rgb(197,76,36); }
td.TdClassName
{
border-color: #C54C24;
}
.TagClassName
{
border-color: #C54C24;
}
</style>