Shades of Trinidad #C54C2D
Tints of Trinidad #C54C2D
RGB
CMYK
RGB Variations
Color information
#C54C2D (or 0xC54C2D) is known color: Trinidad. HEX triplet: C5, 4C and 2D. RGB value is (197,76,45). Sum of RGB (Red+Green+Blue) = 197+76+45=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54C2D is #3AB3D2. Grayscale: #6C6C6C. Windows color (decimal): -3847123 or 2968773. OLE color: 2968773.
HSL color Cylindrical-coordinate representation of color #C54C2D: hue angle of 12.24º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C54C2D is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 45 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.23 |
| HSL | 12.24º | 0.63% | 0.47% | - |
| HSV(B) | 12.24º | 0.77% | 0.77% | - |
| XYZ | 26.08 | 17.23 | 4.43 | - |
| YUV | 108.65 | 92.09 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 45 | 0 | 0.61 | 0.77 | 0.23 | 12.24 | 0.63 | 0.47 |
| Hex | C5 | 4C | 2D | 0 | 3D | 4D | 17 | C | 3F | 2F |
| Octal | 305 | 114 | 55 | 0 | 75 | 115 | 27 | 14 | 77 | 57 |
| Binary | 11000101 | 1001100 | 101101 | 0 | 111101 | 1001101 | 10111 | 1100 | 111111 | 101111 |
Color Harmonies of #C54C2D
Complementary color
Monochromatic Colors of #C54C2D
Black with #C54C2D
Text Example
Text Example
White with #C54C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54C2D; }
p { color: rgb(197,76,45); }
H1.HeaderClassName
{
color: #C54C2D;
}
.AnyTagClassName
{
color: #C54C2D;
}
</style>
background-color css
<style>
a { background-color: #C54C2D; }
a { background-color: rgb(197,76,45); }
div.DivClassName
{
background-color: #C54C2D;
}
.BgClassName
{
background-color: #C54C2D;
}
</style>
border-color css
<style>
span { border-color: #C54C2D; }
span { border-color: rgb(197,76,45); }
td.TdClassName
{
border-color: #C54C2D;
}
.TagClassName
{
border-color: #C54C2D;
}
</style>