Shades of Trinidad #C5481F
Tints of Trinidad #C5481F
RGB
CMYK
RGB Variations
Color information
#C5481F (or 0xC5481F) is known color: Trinidad. HEX triplet: C5, 48 and 1F. RGB value is (197,72,31). Sum of RGB (Red+Green+Blue) = 197+72+31=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C5481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5481F is #3AB7E0. Grayscale: #686868. Windows color (decimal): -3848161 or 2050245. OLE color: 2050245.
HSL color Cylindrical-coordinate representation of color #C5481F: hue angle of 14.82º 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 #C5481F is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 31 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.23 |
| HSL | 14.82º | 0.73% | 0.45% | - |
| HSV(B) | 14.82º | 0.84% | 0.77% | - |
| XYZ | 25.59 | 16.6 | 3.15 | - |
| YUV | 104.7 | 86.41 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 31 | 0 | 0.63 | 0.84 | 0.23 | 14.82 | 0.73 | 0.45 |
| Hex | C5 | 48 | 1F | 0 | 3F | 54 | 17 | F | 49 | 2D |
| Octal | 305 | 110 | 37 | 0 | 77 | 124 | 27 | 17 | 111 | 55 |
| Binary | 11000101 | 1001000 | 11111 | 0 | 111111 | 1010100 | 10111 | 1111 | 1001001 | 101101 |
Color Harmonies of #C5481F
Complementary color
Monochromatic Colors of #C5481F
Black with #C5481F
Text Example
Text Example
White with #C5481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5481F; }
p { color: rgb(197,72,31); }
H1.HeaderClassName
{
color: #C5481F;
}
.AnyTagClassName
{
color: #C5481F;
}
</style>
background-color css
<style>
a { background-color: #C5481F; }
a { background-color: rgb(197,72,31); }
div.DivClassName
{
background-color: #C5481F;
}
.BgClassName
{
background-color: #C5481F;
}
</style>
border-color css
<style>
span { border-color: #C5481F; }
span { border-color: rgb(197,72,31); }
td.TdClassName
{
border-color: #C5481F;
}
.TagClassName
{
border-color: #C5481F;
}
</style>