Shades of Trinidad #C14B20
Tints of Trinidad #C14B20
RGB
CMYK
RGB Variations
Color information
#C14B20 (or 0xC14B20) is known color: Trinidad. HEX triplet: C1, 4B and 20. RGB value is (193,75,32). Sum of RGB (Red+Green+Blue) = 193+75+32=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14B20 is #3EB4DF. Grayscale: #696969. Windows color (decimal): -4109536 or 2116545. OLE color: 2116545.
HSL color Cylindrical-coordinate representation of color #C14B20: hue angle of 16.02º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C14B20 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 75 | 32 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.24 |
| HSL | 16.02º | 0.72% | 0.44% | - |
| HSV(B) | 16.02º | 0.83% | 0.76% | - |
| XYZ | 24.77 | 16.47 | 3.24 | - |
| YUV | 105.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 32 | 0 | 0.61 | 0.83 | 0.24 | 16.02 | 0.72 | 0.44 |
| Hex | C1 | 4B | 20 | 0 | 3D | 53 | 18 | 10 | 48 | 2C |
| Octal | 301 | 113 | 40 | 0 | 75 | 123 | 30 | 20 | 110 | 54 |
| Binary | 11000001 | 1001011 | 100000 | 0 | 111101 | 1010011 | 11000 | 10000 | 1001000 | 101100 |
Color Harmonies of #C14B20
Complementary color
Monochromatic Colors of #C14B20
Black with #C14B20
Text Example
Text Example
White with #C14B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14B20; }
p { color: rgb(193,75,32); }
H1.HeaderClassName
{
color: #C14B20;
}
.AnyTagClassName
{
color: #C14B20;
}
</style>
background-color css
<style>
a { background-color: #C14B20; }
a { background-color: rgb(193,75,32); }
div.DivClassName
{
background-color: #C14B20;
}
.BgClassName
{
background-color: #C14B20;
}
</style>
border-color css
<style>
span { border-color: #C14B20; }
span { border-color: rgb(193,75,32); }
td.TdClassName
{
border-color: #C14B20;
}
.TagClassName
{
border-color: #C14B20;
}
</style>