Shades of Trinidad #C14925
Tints of Trinidad #C14925
RGB
CMYK
RGB Variations
Color information
#C14925 (or 0xC14925) is known color: Trinidad. HEX triplet: C1, 49 and 25. RGB value is (193,73,37). Sum of RGB (Red+Green+Blue) = 193+73+37=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C14925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14925 is #3EB6DA. Grayscale: #696969. Windows color (decimal): -4110043 or 2443713. OLE color: 2443713.
HSL color Cylindrical-coordinate representation of color #C14925: hue angle of 13.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C14925 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 37 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.24 |
| HSL | 13.85º | 0.68% | 0.45% | - |
| HSV(B) | 13.85º | 0.81% | 0.76% | - |
| XYZ | 24.71 | 16.24 | 3.58 | - |
| YUV | 104.78 | 89.76 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 37 | 0 | 0.62 | 0.81 | 0.24 | 13.85 | 0.68 | 0.45 |
| Hex | C1 | 49 | 25 | 0 | 3E | 51 | 18 | E | 44 | 2D |
| Octal | 301 | 111 | 45 | 0 | 76 | 121 | 30 | 16 | 104 | 55 |
| Binary | 11000001 | 1001001 | 100101 | 0 | 111110 | 1010001 | 11000 | 1110 | 1000100 | 101101 |
Color Harmonies of #C14925
Complementary color
Monochromatic Colors of #C14925
Black with #C14925
Text Example
Text Example
White with #C14925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14925; }
p { color: rgb(193,73,37); }
H1.HeaderClassName
{
color: #C14925;
}
.AnyTagClassName
{
color: #C14925;
}
</style>
background-color css
<style>
a { background-color: #C14925; }
a { background-color: rgb(193,73,37); }
div.DivClassName
{
background-color: #C14925;
}
.BgClassName
{
background-color: #C14925;
}
</style>
border-color css
<style>
span { border-color: #C14925; }
span { border-color: rgb(193,73,37); }
td.TdClassName
{
border-color: #C14925;
}
.TagClassName
{
border-color: #C14925;
}
</style>