Shades of Trinidad #C54A31
Tints of Trinidad #C54A31
RGB
CMYK
RGB Variations
Color information
#C54A31 (or 0xC54A31) is known color: Trinidad. HEX triplet: C5, 4A and 31. RGB value is (197,74,49). Sum of RGB (Red+Green+Blue) = 197+74+49=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54A31 is #3AB5CE. Grayscale: #6C6C6C. Windows color (decimal): -3847631 or 3230405. OLE color: 3230405.
HSL color Cylindrical-coordinate representation of color #C54A31: hue angle of 10.14º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C54A31 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 49 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.23 |
| HSL | 10.14º | 0.6% | 0.48% | - |
| HSV(B) | 10.14º | 0.75% | 0.77% | - |
| XYZ | 26.03 | 16.99 | 4.81 | - |
| YUV | 107.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 49 | 0 | 0.62 | 0.75 | 0.23 | 10.14 | 0.6 | 0.48 |
| Hex | C5 | 4A | 31 | 0 | 3E | 4B | 17 | A | 3C | 30 |
| Octal | 305 | 112 | 61 | 0 | 76 | 113 | 27 | 12 | 74 | 60 |
| Binary | 11000101 | 1001010 | 110001 | 0 | 111110 | 1001011 | 10111 | 1010 | 111100 | 110000 |
Color Harmonies of #C54A31
Complementary color
Monochromatic Colors of #C54A31
Black with #C54A31
Text Example
Text Example
White with #C54A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A31; }
p { color: rgb(197,74,49); }
H1.HeaderClassName
{
color: #C54A31;
}
.AnyTagClassName
{
color: #C54A31;
}
</style>
background-color css
<style>
a { background-color: #C54A31; }
a { background-color: rgb(197,74,49); }
div.DivClassName
{
background-color: #C54A31;
}
.BgClassName
{
background-color: #C54A31;
}
</style>
border-color css
<style>
span { border-color: #C54A31; }
span { border-color: rgb(197,74,49); }
td.TdClassName
{
border-color: #C54A31;
}
.TagClassName
{
border-color: #C54A31;
}
</style>