Shades of Trinidad #C14E2C
Tints of Trinidad #C14E2C
RGB
CMYK
RGB Variations
Color information
#C14E2C (or 0xC14E2C) is known color: Trinidad. HEX triplet: C1, 4E and 2C. RGB value is (193,78,44). Sum of RGB (Red+Green+Blue) = 193+78+44=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14E2C is #3EB1D3. Grayscale: #6C6C6C. Windows color (decimal): -4108756 or 2903745. OLE color: 2903745.
HSL color Cylindrical-coordinate representation of color #C14E2C: hue angle of 13.69º 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 #C14E2C is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 44 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.24 |
| HSL | 13.69º | 0.63% | 0.46% | - |
| HSV(B) | 13.69º | 0.77% | 0.76% | - |
| XYZ | 25.17 | 16.97 | 4.33 | - |
| YUV | 108.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 44 | 0 | 0.60 | 0.77 | 0.24 | 13.69 | 0.63 | 0.46 |
| Hex | C1 | 4E | 2C | 0 | 3C | 4D | 18 | E | 3F | 2E |
| Octal | 301 | 116 | 54 | 0 | 74 | 115 | 30 | 16 | 77 | 56 |
| Binary | 11000001 | 1001110 | 101100 | 0 | 111100 | 1001101 | 11000 | 1110 | 111111 | 101110 |
Color Harmonies of #C14E2C
Complementary color
Monochromatic Colors of #C14E2C
Black with #C14E2C
Text Example
Text Example
White with #C14E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14E2C; }
p { color: rgb(193,78,44); }
H1.HeaderClassName
{
color: #C14E2C;
}
.AnyTagClassName
{
color: #C14E2C;
}
</style>
background-color css
<style>
a { background-color: #C14E2C; }
a { background-color: rgb(193,78,44); }
div.DivClassName
{
background-color: #C14E2C;
}
.BgClassName
{
background-color: #C14E2C;
}
</style>
border-color css
<style>
span { border-color: #C14E2C; }
span { border-color: rgb(193,78,44); }
td.TdClassName
{
border-color: #C14E2C;
}
.TagClassName
{
border-color: #C14E2C;
}
</style>