Shades of Trinidad #C54D1F
Tints of Trinidad #C54D1F
RGB
CMYK
RGB Variations
Color information
#C54D1F (or 0xC54D1F) is known color: Trinidad. HEX triplet: C5, 4D and 1F. RGB value is (197,77,31). Sum of RGB (Red+Green+Blue) = 197+77+31=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54D1F is #3AB2E0. Grayscale: #6B6B6B. Windows color (decimal): -3846881 or 2051525. OLE color: 2051525.
HSL color Cylindrical-coordinate representation of color #C54D1F: hue angle of 16.63º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C54D1F is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 31 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.23 |
| HSL | 16.63º | 0.73% | 0.45% | - |
| HSV(B) | 16.63º | 0.84% | 0.77% | - |
| XYZ | 25.93 | 17.28 | 3.26 | - |
| YUV | 107.64 | 84.76 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 31 | 0 | 0.61 | 0.84 | 0.23 | 16.63 | 0.73 | 0.45 |
| Hex | C5 | 4D | 1F | 0 | 3D | 54 | 17 | 11 | 49 | 2D |
| Octal | 305 | 115 | 37 | 0 | 75 | 124 | 27 | 21 | 111 | 55 |
| Binary | 11000101 | 1001101 | 11111 | 0 | 111101 | 1010100 | 10111 | 10001 | 1001001 | 101101 |
Color Harmonies of #C54D1F
Complementary color
Monochromatic Colors of #C54D1F
Black with #C54D1F
Text Example
Text Example
White with #C54D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D1F; }
p { color: rgb(197,77,31); }
H1.HeaderClassName
{
color: #C54D1F;
}
.AnyTagClassName
{
color: #C54D1F;
}
</style>
background-color css
<style>
a { background-color: #C54D1F; }
a { background-color: rgb(197,77,31); }
div.DivClassName
{
background-color: #C54D1F;
}
.BgClassName
{
background-color: #C54D1F;
}
</style>
border-color css
<style>
span { border-color: #C54D1F; }
span { border-color: rgb(197,77,31); }
td.TdClassName
{
border-color: #C54D1F;
}
.TagClassName
{
border-color: #C54D1F;
}
</style>