Shades of Trinidad #C14227
Tints of Trinidad #C14227
RGB
CMYK
RGB Variations
Color information
#C14227 (or 0xC14227) is known color: Trinidad. HEX triplet: C1, 42 and 27. RGB value is (193,66,39). Sum of RGB (Red+Green+Blue) = 193+66+39=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C14227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14227 is #3EBDD8. Grayscale: #656565. Windows color (decimal): -4111833 or 2572993. OLE color: 2572993.
HSL color Cylindrical-coordinate representation of color #C14227: hue angle of 10.52º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C14227 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 66 | 39 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.24 |
| HSL | 10.52º | 0.66% | 0.45% | - |
| HSV(B) | 10.52º | 0.8% | 0.76% | - |
| XYZ | 24.31 | 15.38 | 3.61 | - |
| YUV | 100.9 | 93.08 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 39 | 0 | 0.66 | 0.80 | 0.24 | 10.52 | 0.66 | 0.45 |
| Hex | C1 | 42 | 27 | 0 | 42 | 50 | 18 | B | 42 | 2D |
| Octal | 301 | 102 | 47 | 0 | 102 | 120 | 30 | 13 | 102 | 55 |
| Binary | 11000001 | 1000010 | 100111 | 0 | 1000010 | 1010000 | 11000 | 1011 | 1000010 | 101101 |
Color Harmonies of #C14227
Complementary color
Monochromatic Colors of #C14227
Black with #C14227
Text Example
Text Example
White with #C14227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14227; }
p { color: rgb(193,66,39); }
H1.HeaderClassName
{
color: #C14227;
}
.AnyTagClassName
{
color: #C14227;
}
</style>
background-color css
<style>
a { background-color: #C14227; }
a { background-color: rgb(193,66,39); }
div.DivClassName
{
background-color: #C14227;
}
.BgClassName
{
background-color: #C14227;
}
</style>
border-color css
<style>
span { border-color: #C14227; }
span { border-color: rgb(193,66,39); }
td.TdClassName
{
border-color: #C14227;
}
.TagClassName
{
border-color: #C14227;
}
</style>