Shades of Trinidad #C54D2C
Tints of Trinidad #C54D2C
RGB
CMYK
RGB Variations
Color information
#C54D2C (or 0xC54D2C) is known color: Trinidad. HEX triplet: C5, 4D and 2C. RGB value is (197,77,44). Sum of RGB (Red+Green+Blue) = 197+77+44=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54D2C is #3AB2D3. Grayscale: #6D6D6D. Windows color (decimal): -3846868 or 2903493. OLE color: 2903493.
HSL color Cylindrical-coordinate representation of color #C54D2C: hue angle of 12.94º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C54D2C is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 44 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.23 |
| HSL | 12.94º | 0.63% | 0.47% | - |
| HSV(B) | 12.94º | 0.78% | 0.77% | - |
| XYZ | 26.13 | 17.36 | 4.36 | - |
| YUV | 109.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 44 | 0 | 0.61 | 0.78 | 0.23 | 12.94 | 0.63 | 0.47 |
| Hex | C5 | 4D | 2C | 0 | 3D | 4E | 17 | D | 3F | 2F |
| Octal | 305 | 115 | 54 | 0 | 75 | 116 | 27 | 15 | 77 | 57 |
| Binary | 11000101 | 1001101 | 101100 | 0 | 111101 | 1001110 | 10111 | 1101 | 111111 | 101111 |
Color Harmonies of #C54D2C
Complementary color
Monochromatic Colors of #C54D2C
Black with #C54D2C
Text Example
Text Example
White with #C54D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D2C; }
p { color: rgb(197,77,44); }
H1.HeaderClassName
{
color: #C54D2C;
}
.AnyTagClassName
{
color: #C54D2C;
}
</style>
background-color css
<style>
a { background-color: #C54D2C; }
a { background-color: rgb(197,77,44); }
div.DivClassName
{
background-color: #C54D2C;
}
.BgClassName
{
background-color: #C54D2C;
}
</style>
border-color css
<style>
span { border-color: #C54D2C; }
span { border-color: rgb(197,77,44); }
td.TdClassName
{
border-color: #C54D2C;
}
.TagClassName
{
border-color: #C54D2C;
}
</style>