Shades of Trinidad #C14421
Tints of Trinidad #C14421
RGB
CMYK
RGB Variations
Color information
#C14421 (or 0xC14421) is known color: Trinidad. HEX triplet: C1, 44 and 21. RGB value is (193,68,33). Sum of RGB (Red+Green+Blue) = 193+68+33=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C14421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14421 is #3EBBDE. Grayscale: #656565. Windows color (decimal): -4111327 or 2180289. OLE color: 2180289.
HSL color Cylindrical-coordinate representation of color #C14421: hue angle of 13.12º 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 #C14421 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 33 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.24 |
| HSL | 13.13º | 0.71% | 0.44% | - |
| HSV(B) | 13.13º | 0.83% | 0.76% | - |
| XYZ | 24.33 | 15.58 | 3.16 | - |
| YUV | 101.39 | 89.41 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 33 | 0 | 0.65 | 0.83 | 0.24 | 13.13 | 0.71 | 0.44 |
| Hex | C1 | 44 | 21 | 0 | 41 | 53 | 18 | D | 47 | 2C |
| Octal | 301 | 104 | 41 | 0 | 101 | 123 | 30 | 15 | 107 | 54 |
| Binary | 11000001 | 1000100 | 100001 | 0 | 1000001 | 1010011 | 11000 | 1101 | 1000111 | 101100 |
Color Harmonies of #C14421
Complementary color
Monochromatic Colors of #C14421
Black with #C14421
Text Example
Text Example
White with #C14421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14421; }
p { color: rgb(193,68,33); }
H1.HeaderClassName
{
color: #C14421;
}
.AnyTagClassName
{
color: #C14421;
}
</style>
background-color css
<style>
a { background-color: #C14421; }
a { background-color: rgb(193,68,33); }
div.DivClassName
{
background-color: #C14421;
}
.BgClassName
{
background-color: #C14421;
}
</style>
border-color css
<style>
span { border-color: #C14421; }
span { border-color: rgb(193,68,33); }
td.TdClassName
{
border-color: #C14421;
}
.TagClassName
{
border-color: #C14421;
}
</style>