Shades of Trinidad #C54B2E
Tints of Trinidad #C54B2E
RGB
CMYK
RGB Variations
Color information
#C54B2E (or 0xC54B2E) is known color: Trinidad. HEX triplet: C5, 4B and 2E. RGB value is (197,75,46). Sum of RGB (Red+Green+Blue) = 197+75+46=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54B2E is #3AB4D1. Grayscale: #6C6C6C. Windows color (decimal): -3847378 or 3034053. OLE color: 3034053.
HSL color Cylindrical-coordinate representation of color #C54B2E: hue angle of 11.52º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C54B2E is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 46 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.23 |
| HSL | 11.52º | 0.62% | 0.48% | - |
| HSV(B) | 11.52º | 0.77% | 0.77% | - |
| XYZ | 26.04 | 17.1 | 4.51 | - |
| YUV | 108.17 | 92.92 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 46 | 0 | 0.62 | 0.77 | 0.23 | 11.52 | 0.62 | 0.48 |
| Hex | C5 | 4B | 2E | 0 | 3E | 4D | 17 | C | 3E | 30 |
| Octal | 305 | 113 | 56 | 0 | 76 | 115 | 27 | 14 | 76 | 60 |
| Binary | 11000101 | 1001011 | 101110 | 0 | 111110 | 1001101 | 10111 | 1100 | 111110 | 110000 |
Color Harmonies of #C54B2E
Complementary color
Monochromatic Colors of #C54B2E
Black with #C54B2E
Text Example
Text Example
White with #C54B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B2E; }
p { color: rgb(197,75,46); }
H1.HeaderClassName
{
color: #C54B2E;
}
.AnyTagClassName
{
color: #C54B2E;
}
</style>
background-color css
<style>
a { background-color: #C54B2E; }
a { background-color: rgb(197,75,46); }
div.DivClassName
{
background-color: #C54B2E;
}
.BgClassName
{
background-color: #C54B2E;
}
</style>
border-color css
<style>
span { border-color: #C54B2E; }
span { border-color: rgb(197,75,46); }
td.TdClassName
{
border-color: #C54B2E;
}
.TagClassName
{
border-color: #C54B2E;
}
</style>