Shades of Trinidad #C54F28
Tints of Trinidad #C54F28
RGB
CMYK
RGB Variations
Color information
#C54F28 (or 0xC54F28) is known color: Trinidad. HEX triplet: C5, 4F and 28. RGB value is (197,79,40). Sum of RGB (Red+Green+Blue) = 197+79+40=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54F28 is #3AB0D7. Grayscale: #6E6E6E. Windows color (decimal): -3846360 or 2641861. OLE color: 2641861.
HSL color Cylindrical-coordinate representation of color #C54F28: hue angle of 14.9º degrees, saturation: 0.66, 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 #C54F28 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 40 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.23 |
| HSL | 14.9º | 0.66% | 0.46% | - |
| HSV(B) | 14.9º | 0.8% | 0.77% | - |
| XYZ | 26.2 | 17.62 | 4.03 | - |
| YUV | 109.84 | 88.59 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 40 | 0 | 0.60 | 0.80 | 0.23 | 14.9 | 0.66 | 0.46 |
| Hex | C5 | 4F | 28 | 0 | 3C | 50 | 17 | F | 42 | 2E |
| Octal | 305 | 117 | 50 | 0 | 74 | 120 | 27 | 17 | 102 | 56 |
| Binary | 11000101 | 1001111 | 101000 | 0 | 111100 | 1010000 | 10111 | 1111 | 1000010 | 101110 |
Color Harmonies of #C54F28
Complementary color
Monochromatic Colors of #C54F28
Black with #C54F28
Text Example
Text Example
White with #C54F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54F28; }
p { color: rgb(197,79,40); }
H1.HeaderClassName
{
color: #C54F28;
}
.AnyTagClassName
{
color: #C54F28;
}
</style>
background-color css
<style>
a { background-color: #C54F28; }
a { background-color: rgb(197,79,40); }
div.DivClassName
{
background-color: #C54F28;
}
.BgClassName
{
background-color: #C54F28;
}
</style>
border-color css
<style>
span { border-color: #C54F28; }
span { border-color: rgb(197,79,40); }
td.TdClassName
{
border-color: #C54F28;
}
.TagClassName
{
border-color: #C54F28;
}
</style>