Shades of Trinidad #C14127
Tints of Trinidad #C14127
RGB
CMYK
RGB Variations
Color information
#C14127 (or 0xC14127) is known color: Trinidad. HEX triplet: C1, 41 and 27. RGB value is (193,65,39). Sum of RGB (Red+Green+Blue) = 193+65+39=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C14127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14127 is #3EBED8. Grayscale: #646464. Windows color (decimal): -4112089 or 2572737. OLE color: 2572737.
HSL color Cylindrical-coordinate representation of color #C14127: hue angle of 10.13º 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 #C14127 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 39 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.24 |
| HSL | 10.13º | 0.66% | 0.45% | - |
| HSV(B) | 10.13º | 0.8% | 0.76% | - |
| XYZ | 24.25 | 15.26 | 3.59 | - |
| YUV | 100.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 39 | 0 | 0.66 | 0.80 | 0.24 | 10.13 | 0.66 | 0.45 |
| Hex | C1 | 41 | 27 | 0 | 42 | 50 | 18 | A | 42 | 2D |
| Octal | 301 | 101 | 47 | 0 | 102 | 120 | 30 | 12 | 102 | 55 |
| Binary | 11000001 | 1000001 | 100111 | 0 | 1000010 | 1010000 | 11000 | 1010 | 1000010 | 101101 |
Color Harmonies of #C14127
Complementary color
Monochromatic Colors of #C14127
Black with #C14127
Text Example
Text Example
White with #C14127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14127; }
p { color: rgb(193,65,39); }
H1.HeaderClassName
{
color: #C14127;
}
.AnyTagClassName
{
color: #C14127;
}
</style>
background-color css
<style>
a { background-color: #C14127; }
a { background-color: rgb(193,65,39); }
div.DivClassName
{
background-color: #C14127;
}
.BgClassName
{
background-color: #C14127;
}
</style>
border-color css
<style>
span { border-color: #C14127; }
span { border-color: rgb(193,65,39); }
td.TdClassName
{
border-color: #C14127;
}
.TagClassName
{
border-color: #C14127;
}
</style>