Shades of Trinidad #C44929
Tints of Trinidad #C44929
RGB
CMYK
RGB Variations
Color information
#C44929 (or 0xC44929) is known color: Trinidad. HEX triplet: C4, 49 and 29. RGB value is (196,73,41). Sum of RGB (Red+Green+Blue) = 196+73+41=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C44929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44929 is #3BB6D6. Grayscale: #6A6A6A. Windows color (decimal): -3913431 or 2705860. OLE color: 2705860.
HSL color Cylindrical-coordinate representation of color #C44929: hue angle of 12.39º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C44929 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 41 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.23 |
| HSL | 12.39º | 0.65% | 0.46% | - |
| HSV(B) | 12.39º | 0.79% | 0.77% | - |
| XYZ | 25.55 | 16.66 | 3.97 | - |
| YUV | 106.13 | 91.25 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 41 | 0 | 0.63 | 0.79 | 0.23 | 12.39 | 0.65 | 0.46 |
| Hex | C4 | 49 | 29 | 0 | 3F | 4F | 17 | C | 41 | 2E |
| Octal | 304 | 111 | 51 | 0 | 77 | 117 | 27 | 14 | 101 | 56 |
| Binary | 11000100 | 1001001 | 101001 | 0 | 111111 | 1001111 | 10111 | 1100 | 1000001 | 101110 |
Color Harmonies of #C44929
Complementary color
Monochromatic Colors of #C44929
Black with #C44929
Text Example
Text Example
White with #C44929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44929; }
p { color: rgb(196,73,41); }
H1.HeaderClassName
{
color: #C44929;
}
.AnyTagClassName
{
color: #C44929;
}
</style>
background-color css
<style>
a { background-color: #C44929; }
a { background-color: rgb(196,73,41); }
div.DivClassName
{
background-color: #C44929;
}
.BgClassName
{
background-color: #C44929;
}
</style>
border-color css
<style>
span { border-color: #C44929; }
span { border-color: rgb(196,73,41); }
td.TdClassName
{
border-color: #C44929;
}
.TagClassName
{
border-color: #C44929;
}
</style>