Shades of Trinidad #C14A2C
Tints of Trinidad #C14A2C
RGB
CMYK
RGB Variations
Color information
#C14A2C (or 0xC14A2C) is known color: Trinidad. HEX triplet: C1, 4A and 2C. RGB value is (193,74,44). Sum of RGB (Red+Green+Blue) = 193+74+44=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14A2C is #3EB5D3. Grayscale: #6A6A6A. Windows color (decimal): -4109780 or 2902721. OLE color: 2902721.
HSL color Cylindrical-coordinate representation of color #C14A2C: hue angle of 12.08º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C14A2C is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 44 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.24 |
| HSL | 12.08º | 0.63% | 0.46% | - |
| HSV(B) | 12.08º | 0.77% | 0.76% | - |
| XYZ | 24.9 | 16.42 | 4.24 | - |
| YUV | 106.16 | 92.92 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 44 | 0 | 0.62 | 0.77 | 0.24 | 12.08 | 0.63 | 0.46 |
| Hex | C1 | 4A | 2C | 0 | 3E | 4D | 18 | C | 3F | 2E |
| Octal | 301 | 112 | 54 | 0 | 76 | 115 | 30 | 14 | 77 | 56 |
| Binary | 11000001 | 1001010 | 101100 | 0 | 111110 | 1001101 | 11000 | 1100 | 111111 | 101110 |
Color Harmonies of #C14A2C
Complementary color
Monochromatic Colors of #C14A2C
Black with #C14A2C
Text Example
Text Example
White with #C14A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14A2C; }
p { color: rgb(193,74,44); }
H1.HeaderClassName
{
color: #C14A2C;
}
.AnyTagClassName
{
color: #C14A2C;
}
</style>
background-color css
<style>
a { background-color: #C14A2C; }
a { background-color: rgb(193,74,44); }
div.DivClassName
{
background-color: #C14A2C;
}
.BgClassName
{
background-color: #C14A2C;
}
</style>
border-color css
<style>
span { border-color: #C14A2C; }
span { border-color: rgb(193,74,44); }
td.TdClassName
{
border-color: #C14A2C;
}
.TagClassName
{
border-color: #C14A2C;
}
</style>