Shades of Trinidad #C24F29
Tints of Trinidad #C24F29
RGB
CMYK
RGB Variations
Color information
#C24F29 (or 0xC24F29) is known color: Trinidad. HEX triplet: C2, 4F and 29. RGB value is (194,79,41). Sum of RGB (Red+Green+Blue) = 194+79+41=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24F29 is #3DB0D6. Grayscale: #6D6D6D. Windows color (decimal): -4042967 or 2707394. OLE color: 2707394.
HSL color Cylindrical-coordinate representation of color #C24F29: hue angle of 14.9º degrees, saturation: 0.65, 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 #C24F29 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 41 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.24 |
| HSL | 14.9º | 0.65% | 0.46% | - |
| HSV(B) | 14.9º | 0.79% | 0.76% | - |
| XYZ | 25.44 | 17.22 | 4.08 | - |
| YUV | 109.05 | 89.6 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 41 | 0 | 0.59 | 0.79 | 0.24 | 14.9 | 0.65 | 0.46 |
| Hex | C2 | 4F | 29 | 0 | 3B | 4F | 18 | F | 41 | 2E |
| Octal | 302 | 117 | 51 | 0 | 73 | 117 | 30 | 17 | 101 | 56 |
| Binary | 11000010 | 1001111 | 101001 | 0 | 111011 | 1001111 | 11000 | 1111 | 1000001 | 101110 |
Color Harmonies of #C24F29
Complementary color
Monochromatic Colors of #C24F29
Black with #C24F29
Text Example
Text Example
White with #C24F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F29; }
p { color: rgb(194,79,41); }
H1.HeaderClassName
{
color: #C24F29;
}
.AnyTagClassName
{
color: #C24F29;
}
</style>
background-color css
<style>
a { background-color: #C24F29; }
a { background-color: rgb(194,79,41); }
div.DivClassName
{
background-color: #C24F29;
}
.BgClassName
{
background-color: #C24F29;
}
</style>
border-color css
<style>
span { border-color: #C24F29; }
span { border-color: rgb(194,79,41); }
td.TdClassName
{
border-color: #C24F29;
}
.TagClassName
{
border-color: #C24F29;
}
</style>