Shades of Trinidad #C14425
Tints of Trinidad #C14425
RGB
CMYK
RGB Variations
Color information
#C14425 (or 0xC14425) is known color: Trinidad. HEX triplet: C1, 44 and 25. RGB value is (193,68,37). Sum of RGB (Red+Green+Blue) = 193+68+37=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C14425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14425 is #3EBBDA. Grayscale: #666666. Windows color (decimal): -4111323 or 2442433. OLE color: 2442433.
HSL color Cylindrical-coordinate representation of color #C14425: hue angle of 11.92º 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 #C14425 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 37 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.24 |
| HSL | 11.92º | 0.68% | 0.45% | - |
| HSV(B) | 11.92º | 0.81% | 0.76% | - |
| XYZ | 24.39 | 15.61 | 3.48 | - |
| YUV | 101.84 | 91.41 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 37 | 0 | 0.65 | 0.81 | 0.24 | 11.92 | 0.68 | 0.45 |
| Hex | C1 | 44 | 25 | 0 | 41 | 51 | 18 | C | 44 | 2D |
| Octal | 301 | 104 | 45 | 0 | 101 | 121 | 30 | 14 | 104 | 55 |
| Binary | 11000001 | 1000100 | 100101 | 0 | 1000001 | 1010001 | 11000 | 1100 | 1000100 | 101101 |
Color Harmonies of #C14425
Complementary color
Monochromatic Colors of #C14425
Black with #C14425
Text Example
Text Example
White with #C14425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14425; }
p { color: rgb(193,68,37); }
H1.HeaderClassName
{
color: #C14425;
}
.AnyTagClassName
{
color: #C14425;
}
</style>
background-color css
<style>
a { background-color: #C14425; }
a { background-color: rgb(193,68,37); }
div.DivClassName
{
background-color: #C14425;
}
.BgClassName
{
background-color: #C14425;
}
</style>
border-color css
<style>
span { border-color: #C14425; }
span { border-color: rgb(193,68,37); }
td.TdClassName
{
border-color: #C14425;
}
.TagClassName
{
border-color: #C14425;
}
</style>