Shades of Trinidad #C1512A
Tints of Trinidad #C1512A
RGB
CMYK
RGB Variations
Color information
#C1512A (or 0xC1512A) is known color: Trinidad. HEX triplet: C1, 51 and 2A. RGB value is (193,81,42). Sum of RGB (Red+Green+Blue) = 193+81+42=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C1512A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1512A is #3EAED5. Grayscale: #6E6E6E. Windows color (decimal): -4107990 or 2773441. OLE color: 2773441.
HSL color Cylindrical-coordinate representation of color #C1512A: hue angle of 15.5º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1512A is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 42 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.24 |
| HSL | 15.5º | 0.64% | 0.46% | - |
| HSV(B) | 15.5º | 0.78% | 0.76% | - |
| XYZ | 25.35 | 17.39 | 4.21 | - |
| YUV | 110.04 | 89.61 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 42 | 0 | 0.58 | 0.78 | 0.24 | 15.5 | 0.64 | 0.46 |
| Hex | C1 | 51 | 2A | 0 | 3A | 4E | 18 | F | 40 | 2E |
| Octal | 301 | 121 | 52 | 0 | 72 | 116 | 30 | 17 | 100 | 56 |
| Binary | 11000001 | 1010001 | 101010 | 0 | 111010 | 1001110 | 11000 | 1111 | 1000000 | 101110 |
Color Harmonies of #C1512A
Complementary color
Monochromatic Colors of #C1512A
Black with #C1512A
Text Example
Text Example
White with #C1512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1512A; }
p { color: rgb(193,81,42); }
H1.HeaderClassName
{
color: #C1512A;
}
.AnyTagClassName
{
color: #C1512A;
}
</style>
background-color css
<style>
a { background-color: #C1512A; }
a { background-color: rgb(193,81,42); }
div.DivClassName
{
background-color: #C1512A;
}
.BgClassName
{
background-color: #C1512A;
}
</style>
border-color css
<style>
span { border-color: #C1512A; }
span { border-color: rgb(193,81,42); }
td.TdClassName
{
border-color: #C1512A;
}
.TagClassName
{
border-color: #C1512A;
}
</style>