Shades of Trinidad #C14328
Tints of Trinidad #C14328
RGB
CMYK
RGB Variations
Color information
#C14328 (or 0xC14328) is known color: Trinidad. HEX triplet: C1, 43 and 28. RGB value is (193,67,40). Sum of RGB (Red+Green+Blue) = 193+67+40=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C14328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14328 is #3EBCD7. Grayscale: #656565. Windows color (decimal): -4111576 or 2638785. OLE color: 2638785.
HSL color Cylindrical-coordinate representation of color #C14328: hue angle of 10.59º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C14328 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 40 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.24 |
| HSL | 10.59º | 0.66% | 0.46% | - |
| HSV(B) | 10.59º | 0.79% | 0.76% | - |
| XYZ | 24.38 | 15.5 | 3.72 | - |
| YUV | 101.6 | 93.24 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 40 | 0 | 0.65 | 0.79 | 0.24 | 10.59 | 0.66 | 0.46 |
| Hex | C1 | 43 | 28 | 0 | 41 | 4F | 18 | B | 42 | 2E |
| Octal | 301 | 103 | 50 | 0 | 101 | 117 | 30 | 13 | 102 | 56 |
| Binary | 11000001 | 1000011 | 101000 | 0 | 1000001 | 1001111 | 11000 | 1011 | 1000010 | 101110 |
Color Harmonies of #C14328
Complementary color
Monochromatic Colors of #C14328
Black with #C14328
Text Example
Text Example
White with #C14328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14328; }
p { color: rgb(193,67,40); }
H1.HeaderClassName
{
color: #C14328;
}
.AnyTagClassName
{
color: #C14328;
}
</style>
background-color css
<style>
a { background-color: #C14328; }
a { background-color: rgb(193,67,40); }
div.DivClassName
{
background-color: #C14328;
}
.BgClassName
{
background-color: #C14328;
}
</style>
border-color css
<style>
span { border-color: #C14328; }
span { border-color: rgb(193,67,40); }
td.TdClassName
{
border-color: #C14328;
}
.TagClassName
{
border-color: #C14328;
}
</style>