Shades of Trinidad #C14C31
Tints of Trinidad #C14C31
RGB
CMYK
RGB Variations
Color information
#C14C31 (or 0xC14C31) is known color: Trinidad. HEX triplet: C1, 4C and 31. RGB value is (193,76,49). Sum of RGB (Red+Green+Blue) = 193+76+49=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14C31 is #3EB3CE. Grayscale: #6C6C6C. Windows color (decimal): -4109263 or 3230913. OLE color: 3230913.
HSL color Cylindrical-coordinate representation of color #C14C31: hue angle of 11.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C14C31 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 49 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.24 |
| HSL | 11.25º | 0.6% | 0.47% | - |
| HSV(B) | 11.25º | 0.75% | 0.76% | - |
| XYZ | 25.13 | 16.73 | 4.81 | - |
| YUV | 107.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 49 | 0 | 0.61 | 0.75 | 0.24 | 11.25 | 0.6 | 0.47 |
| Hex | C1 | 4C | 31 | 0 | 3D | 4B | 18 | B | 3C | 2F |
| Octal | 301 | 114 | 61 | 0 | 75 | 113 | 30 | 13 | 74 | 57 |
| Binary | 11000001 | 1001100 | 110001 | 0 | 111101 | 1001011 | 11000 | 1011 | 111100 | 101111 |
Color Harmonies of #C14C31
Complementary color
Monochromatic Colors of #C14C31
Black with #C14C31
Text Example
Text Example
White with #C14C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C31; }
p { color: rgb(193,76,49); }
H1.HeaderClassName
{
color: #C14C31;
}
.AnyTagClassName
{
color: #C14C31;
}
</style>
background-color css
<style>
a { background-color: #C14C31; }
a { background-color: rgb(193,76,49); }
div.DivClassName
{
background-color: #C14C31;
}
.BgClassName
{
background-color: #C14C31;
}
</style>
border-color css
<style>
span { border-color: #C14C31; }
span { border-color: rgb(193,76,49); }
td.TdClassName
{
border-color: #C14C31;
}
.TagClassName
{
border-color: #C14C31;
}
</style>