Shades of Trinidad #C4442B
Tints of Trinidad #C4442B
RGB
CMYK
RGB Variations
Color information
#C4442B (or 0xC4442B) is known color: Trinidad. HEX triplet: C4, 44 and 2B. RGB value is (196,68,43). Sum of RGB (Red+Green+Blue) = 196+68+43=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4442B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4442B is #3BBBD4. Grayscale: #676767. Windows color (decimal): -3914709 or 2835652. OLE color: 2835652.
HSL color Cylindrical-coordinate representation of color #C4442B: hue angle of 9.8º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4442B is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 43 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.23 |
| HSL | 9.8º | 0.64% | 0.47% | - |
| HSV(B) | 9.8º | 0.78% | 0.77% | - |
| XYZ | 25.27 | 16.04 | 4.05 | - |
| YUV | 103.42 | 93.91 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 43 | 0 | 0.65 | 0.78 | 0.23 | 9.8 | 0.64 | 0.47 |
| Hex | C4 | 44 | 2B | 0 | 41 | 4E | 17 | A | 40 | 2F |
| Octal | 304 | 104 | 53 | 0 | 101 | 116 | 27 | 12 | 100 | 57 |
| Binary | 11000100 | 1000100 | 101011 | 0 | 1000001 | 1001110 | 10111 | 1010 | 1000000 | 101111 |
Color Harmonies of #C4442B
Complementary color
Monochromatic Colors of #C4442B
Black with #C4442B
Text Example
Text Example
White with #C4442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4442B; }
p { color: rgb(196,68,43); }
H1.HeaderClassName
{
color: #C4442B;
}
.AnyTagClassName
{
color: #C4442B;
}
</style>
background-color css
<style>
a { background-color: #C4442B; }
a { background-color: rgb(196,68,43); }
div.DivClassName
{
background-color: #C4442B;
}
.BgClassName
{
background-color: #C4442B;
}
</style>
border-color css
<style>
span { border-color: #C4442B; }
span { border-color: rgb(196,68,43); }
td.TdClassName
{
border-color: #C4442B;
}
.TagClassName
{
border-color: #C4442B;
}
</style>