Shades of Trinidad #C14821
Tints of Trinidad #C14821
RGB
CMYK
RGB Variations
Color information
#C14821 (or 0xC14821) is known color: Trinidad. HEX triplet: C1, 48 and 21. RGB value is (193,72,33). Sum of RGB (Red+Green+Blue) = 193+72+33=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C14821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14821 is #3EB7DE. Grayscale: #686868. Windows color (decimal): -4110303 or 2181313. OLE color: 2181313.
HSL color Cylindrical-coordinate representation of color #C14821: hue angle of 14.62º 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 #C14821 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 33 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.24 |
| HSL | 14.63º | 0.71% | 0.44% | - |
| HSV(B) | 14.63º | 0.83% | 0.76% | - |
| XYZ | 24.58 | 16.08 | 3.25 | - |
| YUV | 103.73 | 88.09 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 33 | 0 | 0.63 | 0.83 | 0.24 | 14.63 | 0.71 | 0.44 |
| Hex | C1 | 48 | 21 | 0 | 3F | 53 | 18 | F | 47 | 2C |
| Octal | 301 | 110 | 41 | 0 | 77 | 123 | 30 | 17 | 107 | 54 |
| Binary | 11000001 | 1001000 | 100001 | 0 | 111111 | 1010011 | 11000 | 1111 | 1000111 | 101100 |
Color Harmonies of #C14821
Complementary color
Monochromatic Colors of #C14821
Black with #C14821
Text Example
Text Example
White with #C14821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14821; }
p { color: rgb(193,72,33); }
H1.HeaderClassName
{
color: #C14821;
}
.AnyTagClassName
{
color: #C14821;
}
</style>
background-color css
<style>
a { background-color: #C14821; }
a { background-color: rgb(193,72,33); }
div.DivClassName
{
background-color: #C14821;
}
.BgClassName
{
background-color: #C14821;
}
</style>
border-color css
<style>
span { border-color: #C14821; }
span { border-color: rgb(193,72,33); }
td.TdClassName
{
border-color: #C14821;
}
.TagClassName
{
border-color: #C14821;
}
</style>