Shades of Trinidad #C14D2C
Tints of Trinidad #C14D2C
RGB
CMYK
RGB Variations
Color information
#C14D2C (or 0xC14D2C) is known color: Trinidad. HEX triplet: C1, 4D and 2C. RGB value is (193,77,44). Sum of RGB (Red+Green+Blue) = 193+77+44=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14D2C is #3EB2D3. Grayscale: #6C6C6C. Windows color (decimal): -4109012 or 2903489. OLE color: 2903489.
HSL color Cylindrical-coordinate representation of color #C14D2C: hue angle of 13.29º 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 #C14D2C is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 44 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.24 |
| HSL | 13.29º | 0.63% | 0.46% | - |
| HSV(B) | 13.29º | 0.77% | 0.76% | - |
| XYZ | 25.1 | 16.83 | 4.31 | - |
| YUV | 107.92 | 91.93 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 44 | 0 | 0.60 | 0.77 | 0.24 | 13.29 | 0.63 | 0.46 |
| Hex | C1 | 4D | 2C | 0 | 3C | 4D | 18 | D | 3F | 2E |
| Octal | 301 | 115 | 54 | 0 | 74 | 115 | 30 | 15 | 77 | 56 |
| Binary | 11000001 | 1001101 | 101100 | 0 | 111100 | 1001101 | 11000 | 1101 | 111111 | 101110 |
Color Harmonies of #C14D2C
Complementary color
Monochromatic Colors of #C14D2C
Black with #C14D2C
Text Example
Text Example
White with #C14D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D2C; }
p { color: rgb(193,77,44); }
H1.HeaderClassName
{
color: #C14D2C;
}
.AnyTagClassName
{
color: #C14D2C;
}
</style>
background-color css
<style>
a { background-color: #C14D2C; }
a { background-color: rgb(193,77,44); }
div.DivClassName
{
background-color: #C14D2C;
}
.BgClassName
{
background-color: #C14D2C;
}
</style>
border-color css
<style>
span { border-color: #C14D2C; }
span { border-color: rgb(193,77,44); }
td.TdClassName
{
border-color: #C14D2C;
}
.TagClassName
{
border-color: #C14D2C;
}
</style>