Shades of Trinidad #C14721
Tints of Trinidad #C14721
RGB
CMYK
RGB Variations
Color information
#C14721 (or 0xC14721) is known color: Trinidad. HEX triplet: C1, 47 and 21. RGB value is (193,71,33). Sum of RGB (Red+Green+Blue) = 193+71+33=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C14721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14721 is #3EB8DE. Grayscale: #676767. Windows color (decimal): -4110559 or 2181057. OLE color: 2181057.
HSL color Cylindrical-coordinate representation of color #C14721: hue angle of 14.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C14721 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 33 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.24 |
| HSL | 14.25º | 0.71% | 0.44% | - |
| HSV(B) | 14.25º | 0.83% | 0.76% | - |
| XYZ | 24.52 | 15.95 | 3.23 | - |
| YUV | 103.15 | 88.42 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 33 | 0 | 0.63 | 0.83 | 0.24 | 14.25 | 0.71 | 0.44 |
| Hex | C1 | 47 | 21 | 0 | 3F | 53 | 18 | E | 47 | 2C |
| Octal | 301 | 107 | 41 | 0 | 77 | 123 | 30 | 16 | 107 | 54 |
| Binary | 11000001 | 1000111 | 100001 | 0 | 111111 | 1010011 | 11000 | 1110 | 1000111 | 101100 |
Color Harmonies of #C14721
Complementary color
Monochromatic Colors of #C14721
Black with #C14721
Text Example
Text Example
White with #C14721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14721; }
p { color: rgb(193,71,33); }
H1.HeaderClassName
{
color: #C14721;
}
.AnyTagClassName
{
color: #C14721;
}
</style>
background-color css
<style>
a { background-color: #C14721; }
a { background-color: rgb(193,71,33); }
div.DivClassName
{
background-color: #C14721;
}
.BgClassName
{
background-color: #C14721;
}
</style>
border-color css
<style>
span { border-color: #C14721; }
span { border-color: rgb(193,71,33); }
td.TdClassName
{
border-color: #C14721;
}
.TagClassName
{
border-color: #C14721;
}
</style>