Shades of Trinidad #C54930
Tints of Trinidad #C54930
RGB
CMYK
RGB Variations
Color information
#C54930 (or 0xC54930) is known color: Trinidad. HEX triplet: C5, 49 and 30. RGB value is (197,73,48). Sum of RGB (Red+Green+Blue) = 197+73+48=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C54930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54930 is #3AB6CF. Grayscale: #6B6B6B. Windows color (decimal): -3847888 or 3164613. OLE color: 3164613.
HSL color Cylindrical-coordinate representation of color #C54930: hue angle of 10.07º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C54930 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 48 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.23 |
| HSL | 10.07º | 0.61% | 0.48% | - |
| HSV(B) | 10.07º | 0.76% | 0.77% | - |
| XYZ | 25.94 | 16.85 | 4.68 | - |
| YUV | 107.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 48 | 0 | 0.63 | 0.76 | 0.23 | 10.07 | 0.61 | 0.48 |
| Hex | C5 | 49 | 30 | 0 | 3F | 4C | 17 | A | 3D | 30 |
| Octal | 305 | 111 | 60 | 0 | 77 | 114 | 27 | 12 | 75 | 60 |
| Binary | 11000101 | 1001001 | 110000 | 0 | 111111 | 1001100 | 10111 | 1010 | 111101 | 110000 |
Color Harmonies of #C54930
Complementary color
Monochromatic Colors of #C54930
Black with #C54930
Text Example
Text Example
White with #C54930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54930; }
p { color: rgb(197,73,48); }
H1.HeaderClassName
{
color: #C54930;
}
.AnyTagClassName
{
color: #C54930;
}
</style>
background-color css
<style>
a { background-color: #C54930; }
a { background-color: rgb(197,73,48); }
div.DivClassName
{
background-color: #C54930;
}
.BgClassName
{
background-color: #C54930;
}
</style>
border-color css
<style>
span { border-color: #C54930; }
span { border-color: rgb(197,73,48); }
td.TdClassName
{
border-color: #C54930;
}
.TagClassName
{
border-color: #C54930;
}
</style>