Shades of Trinidad #C2512F
Tints of Trinidad #C2512F
RGB
CMYK
RGB Variations
Color information
#C2512F (or 0xC2512F) is known color: Trinidad. HEX triplet: C2, 51 and 2F. RGB value is (194,81,47). Sum of RGB (Red+Green+Blue) = 194+81+47=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2512F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2512F is #3DAED0. Grayscale: #6F6F6F. Windows color (decimal): -4042449 or 3101122. OLE color: 3101122.
HSL color Cylindrical-coordinate representation of color #C2512F: hue angle of 13.88º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2512F is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 47 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.24 |
| HSL | 13.88º | 0.61% | 0.47% | - |
| HSV(B) | 13.88º | 0.76% | 0.76% | - |
| XYZ | 25.7 | 17.56 | 4.72 | - |
| YUV | 110.91 | 91.94 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 47 | 0 | 0.58 | 0.76 | 0.24 | 13.88 | 0.61 | 0.47 |
| Hex | C2 | 51 | 2F | 0 | 3A | 4C | 18 | E | 3D | 2F |
| Octal | 302 | 121 | 57 | 0 | 72 | 114 | 30 | 16 | 75 | 57 |
| Binary | 11000010 | 1010001 | 101111 | 0 | 111010 | 1001100 | 11000 | 1110 | 111101 | 101111 |
Color Harmonies of #C2512F
Complementary color
Monochromatic Colors of #C2512F
Black with #C2512F
Text Example
Text Example
White with #C2512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2512F; }
p { color: rgb(194,81,47); }
H1.HeaderClassName
{
color: #C2512F;
}
.AnyTagClassName
{
color: #C2512F;
}
</style>
background-color css
<style>
a { background-color: #C2512F; }
a { background-color: rgb(194,81,47); }
div.DivClassName
{
background-color: #C2512F;
}
.BgClassName
{
background-color: #C2512F;
}
</style>
border-color css
<style>
span { border-color: #C2512F; }
span { border-color: rgb(194,81,47); }
td.TdClassName
{
border-color: #C2512F;
}
.TagClassName
{
border-color: #C2512F;
}
</style>