Shades of Trinidad #C54D2D
Tints of Trinidad #C54D2D
RGB
CMYK
RGB Variations
Color information
#C54D2D (or 0xC54D2D) is known color: Trinidad. HEX triplet: C5, 4D and 2D. RGB value is (197,77,45). Sum of RGB (Red+Green+Blue) = 197+77+45=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54D2D is #3AB2D2. Grayscale: #6D6D6D. Windows color (decimal): -3846867 or 2969029. OLE color: 2969029.
HSL color Cylindrical-coordinate representation of color #C54D2D: hue angle of 12.63º 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 #C54D2D is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 45 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.23 |
| HSL | 12.63º | 0.63% | 0.47% | - |
| HSV(B) | 12.63º | 0.77% | 0.77% | - |
| XYZ | 26.15 | 17.37 | 4.46 | - |
| YUV | 109.23 | 91.76 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 45 | 0 | 0.61 | 0.77 | 0.23 | 12.63 | 0.63 | 0.47 |
| Hex | C5 | 4D | 2D | 0 | 3D | 4D | 17 | D | 3F | 2F |
| Octal | 305 | 115 | 55 | 0 | 75 | 115 | 27 | 15 | 77 | 57 |
| Binary | 11000101 | 1001101 | 101101 | 0 | 111101 | 1001101 | 10111 | 1101 | 111111 | 101111 |
Color Harmonies of #C54D2D
Complementary color
Monochromatic Colors of #C54D2D
Black with #C54D2D
Text Example
Text Example
White with #C54D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D2D; }
p { color: rgb(197,77,45); }
H1.HeaderClassName
{
color: #C54D2D;
}
.AnyTagClassName
{
color: #C54D2D;
}
</style>
background-color css
<style>
a { background-color: #C54D2D; }
a { background-color: rgb(197,77,45); }
div.DivClassName
{
background-color: #C54D2D;
}
.BgClassName
{
background-color: #C54D2D;
}
</style>
border-color css
<style>
span { border-color: #C54D2D; }
span { border-color: rgb(197,77,45); }
td.TdClassName
{
border-color: #C54D2D;
}
.TagClassName
{
border-color: #C54D2D;
}
</style>