Shades of Trinidad #C14A2A
Tints of Trinidad #C14A2A
RGB
CMYK
RGB Variations
Color information
#C14A2A (or 0xC14A2A) is known color: Trinidad. HEX triplet: C1, 4A and 2A. RGB value is (193,74,42). Sum of RGB (Red+Green+Blue) = 193+74+42=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14A2A is #3EB5D5. Grayscale: #6A6A6A. Windows color (decimal): -4109782 or 2771649. OLE color: 2771649.
HSL color Cylindrical-coordinate representation of color #C14A2A: hue angle of 12.72º 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 #C14A2A is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 42 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.24 |
| HSL | 12.72º | 0.64% | 0.46% | - |
| HSV(B) | 12.72º | 0.78% | 0.76% | - |
| XYZ | 24.86 | 16.4 | 4.05 | - |
| YUV | 105.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 42 | 0 | 0.62 | 0.78 | 0.24 | 12.72 | 0.64 | 0.46 |
| Hex | C1 | 4A | 2A | 0 | 3E | 4E | 18 | D | 40 | 2E |
| Octal | 301 | 112 | 52 | 0 | 76 | 116 | 30 | 15 | 100 | 56 |
| Binary | 11000001 | 1001010 | 101010 | 0 | 111110 | 1001110 | 11000 | 1101 | 1000000 | 101110 |
Color Harmonies of #C14A2A
Complementary color
Monochromatic Colors of #C14A2A
Black with #C14A2A
Text Example
Text Example
White with #C14A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14A2A; }
p { color: rgb(193,74,42); }
H1.HeaderClassName
{
color: #C14A2A;
}
.AnyTagClassName
{
color: #C14A2A;
}
</style>
background-color css
<style>
a { background-color: #C14A2A; }
a { background-color: rgb(193,74,42); }
div.DivClassName
{
background-color: #C14A2A;
}
.BgClassName
{
background-color: #C14A2A;
}
</style>
border-color css
<style>
span { border-color: #C14A2A; }
span { border-color: rgb(193,74,42); }
td.TdClassName
{
border-color: #C14A2A;
}
.TagClassName
{
border-color: #C14A2A;
}
</style>