Shades of Trinidad #C54D30
Tints of Trinidad #C54D30
RGB
CMYK
RGB Variations
Color information
#C54D30 (or 0xC54D30) is known color: Trinidad. HEX triplet: C5, 4D and 30. RGB value is (197,77,48). Sum of RGB (Red+Green+Blue) = 197+77+48=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54D30 is #3AB2CF. Grayscale: #6D6D6D. Windows color (decimal): -3846864 or 3165637. OLE color: 3165637.
HSL color Cylindrical-coordinate representation of color #C54D30: hue angle of 11.68º 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 #C54D30 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 48 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.23 |
| HSL | 11.68º | 0.61% | 0.48% | - |
| HSV(B) | 11.68º | 0.76% | 0.77% | - |
| XYZ | 26.21 | 17.39 | 4.77 | - |
| YUV | 109.57 | 93.26 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 48 | 0 | 0.61 | 0.76 | 0.23 | 11.68 | 0.61 | 0.48 |
| Hex | C5 | 4D | 30 | 0 | 3D | 4C | 17 | C | 3D | 30 |
| Octal | 305 | 115 | 60 | 0 | 75 | 114 | 27 | 14 | 75 | 60 |
| Binary | 11000101 | 1001101 | 110000 | 0 | 111101 | 1001100 | 10111 | 1100 | 111101 | 110000 |
Color Harmonies of #C54D30
Complementary color
Monochromatic Colors of #C54D30
Black with #C54D30
Text Example
Text Example
White with #C54D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D30; }
p { color: rgb(197,77,48); }
H1.HeaderClassName
{
color: #C54D30;
}
.AnyTagClassName
{
color: #C54D30;
}
</style>
background-color css
<style>
a { background-color: #C54D30; }
a { background-color: rgb(197,77,48); }
div.DivClassName
{
background-color: #C54D30;
}
.BgClassName
{
background-color: #C54D30;
}
</style>
border-color css
<style>
span { border-color: #C54D30; }
span { border-color: rgb(197,77,48); }
td.TdClassName
{
border-color: #C54D30;
}
.TagClassName
{
border-color: #C54D30;
}
</style>