Shades of Trinidad #C54E27
Tints of Trinidad #C54E27
RGB
CMYK
RGB Variations
Color information
#C54E27 (or 0xC54E27) is known color: Trinidad. HEX triplet: C5, 4E and 27. RGB value is (197,78,39). Sum of RGB (Red+Green+Blue) = 197+78+39=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54E27 is #3AB1D8. Grayscale: #6D6D6D. Windows color (decimal): -3846617 or 2576069. OLE color: 2576069.
HSL color Cylindrical-coordinate representation of color #C54E27: hue angle of 14.81º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C54E27 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 39 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.23 |
| HSL | 14.81º | 0.67% | 0.46% | - |
| HSV(B) | 14.81º | 0.8% | 0.77% | - |
| XYZ | 26.12 | 17.47 | 3.91 | - |
| YUV | 109.14 | 88.42 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 39 | 0 | 0.60 | 0.80 | 0.23 | 14.81 | 0.67 | 0.46 |
| Hex | C5 | 4E | 27 | 0 | 3C | 50 | 17 | F | 43 | 2E |
| Octal | 305 | 116 | 47 | 0 | 74 | 120 | 27 | 17 | 103 | 56 |
| Binary | 11000101 | 1001110 | 100111 | 0 | 111100 | 1010000 | 10111 | 1111 | 1000011 | 101110 |
Color Harmonies of #C54E27
Complementary color
Monochromatic Colors of #C54E27
Black with #C54E27
Text Example
Text Example
White with #C54E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E27; }
p { color: rgb(197,78,39); }
H1.HeaderClassName
{
color: #C54E27;
}
.AnyTagClassName
{
color: #C54E27;
}
</style>
background-color css
<style>
a { background-color: #C54E27; }
a { background-color: rgb(197,78,39); }
div.DivClassName
{
background-color: #C54E27;
}
.BgClassName
{
background-color: #C54E27;
}
</style>
border-color css
<style>
span { border-color: #C54E27; }
span { border-color: rgb(197,78,39); }
td.TdClassName
{
border-color: #C54E27;
}
.TagClassName
{
border-color: #C54E27;
}
</style>