Shades of Trinidad #C14929
Tints of Trinidad #C14929
RGB
CMYK
RGB Variations
Color information
#C14929 (or 0xC14929) is known color: Trinidad. HEX triplet: C1, 49 and 29. RGB value is (193,73,41). Sum of RGB (Red+Green+Blue) = 193+73+41=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C14929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14929 is #3EB6D6. Grayscale: #696969. Windows color (decimal): -4110039 or 2705857. OLE color: 2705857.
HSL color Cylindrical-coordinate representation of color #C14929: hue angle of 12.63º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C14929 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 41 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.24 |
| HSL | 12.63º | 0.65% | 0.46% | - |
| HSV(B) | 12.63º | 0.79% | 0.76% | - |
| XYZ | 24.78 | 16.26 | 3.93 | - |
| YUV | 105.23 | 91.76 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 41 | 0 | 0.62 | 0.79 | 0.24 | 12.63 | 0.65 | 0.46 |
| Hex | C1 | 49 | 29 | 0 | 3E | 4F | 18 | D | 41 | 2E |
| Octal | 301 | 111 | 51 | 0 | 76 | 117 | 30 | 15 | 101 | 56 |
| Binary | 11000001 | 1001001 | 101001 | 0 | 111110 | 1001111 | 11000 | 1101 | 1000001 | 101110 |
Color Harmonies of #C14929
Complementary color
Monochromatic Colors of #C14929
Black with #C14929
Text Example
Text Example
White with #C14929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14929; }
p { color: rgb(193,73,41); }
H1.HeaderClassName
{
color: #C14929;
}
.AnyTagClassName
{
color: #C14929;
}
</style>
background-color css
<style>
a { background-color: #C14929; }
a { background-color: rgb(193,73,41); }
div.DivClassName
{
background-color: #C14929;
}
.BgClassName
{
background-color: #C14929;
}
</style>
border-color css
<style>
span { border-color: #C14929; }
span { border-color: rgb(193,73,41); }
td.TdClassName
{
border-color: #C14929;
}
.TagClassName
{
border-color: #C14929;
}
</style>