Shades of Trinidad #C54A26
Tints of Trinidad #C54A26
RGB
CMYK
RGB Variations
Color information
#C54A26 (or 0xC54A26) is known color: Trinidad. HEX triplet: C5, 4A and 26. RGB value is (197,74,38). Sum of RGB (Red+Green+Blue) = 197+74+38=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54A26 is #3AB5D9. Grayscale: #6A6A6A. Windows color (decimal): -3847642 or 2509509. OLE color: 2509509.
HSL color Cylindrical-coordinate representation of color #C54A26: hue angle of 13.58º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C54A26 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 38 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.23 |
| HSL | 13.58º | 0.68% | 0.46% | - |
| HSV(B) | 13.58º | 0.81% | 0.77% | - |
| XYZ | 25.82 | 16.91 | 3.74 | - |
| YUV | 106.67 | 89.25 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 38 | 0 | 0.62 | 0.81 | 0.23 | 13.58 | 0.68 | 0.46 |
| Hex | C5 | 4A | 26 | 0 | 3E | 51 | 17 | E | 44 | 2E |
| Octal | 305 | 112 | 46 | 0 | 76 | 121 | 27 | 16 | 104 | 56 |
| Binary | 11000101 | 1001010 | 100110 | 0 | 111110 | 1010001 | 10111 | 1110 | 1000100 | 101110 |
Color Harmonies of #C54A26
Complementary color
Monochromatic Colors of #C54A26
Black with #C54A26
Text Example
Text Example
White with #C54A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A26; }
p { color: rgb(197,74,38); }
H1.HeaderClassName
{
color: #C54A26;
}
.AnyTagClassName
{
color: #C54A26;
}
</style>
background-color css
<style>
a { background-color: #C54A26; }
a { background-color: rgb(197,74,38); }
div.DivClassName
{
background-color: #C54A26;
}
.BgClassName
{
background-color: #C54A26;
}
</style>
border-color css
<style>
span { border-color: #C54A26; }
span { border-color: rgb(197,74,38); }
td.TdClassName
{
border-color: #C54A26;
}
.TagClassName
{
border-color: #C54A26;
}
</style>