Shades of Trinidad #C24D29
Tints of Trinidad #C24D29
RGB
CMYK
RGB Variations
Color information
#C24D29 (or 0xC24D29) is known color: Trinidad. HEX triplet: C2, 4D and 29. RGB value is (194,77,41). Sum of RGB (Red+Green+Blue) = 194+77+41=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24D29 is #3DB2D6. Grayscale: #6C6C6C. Windows color (decimal): -4043479 or 2706882. OLE color: 2706882.
HSL color Cylindrical-coordinate representation of color #C24D29: hue angle of 14.12º 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 #C24D29 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 41 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.24 |
| HSL | 14.12º | 0.65% | 0.46% | - |
| HSV(B) | 14.12º | 0.79% | 0.76% | - |
| XYZ | 25.3 | 16.94 | 4.03 | - |
| YUV | 107.88 | 90.26 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 41 | 0 | 0.60 | 0.79 | 0.24 | 14.12 | 0.65 | 0.46 |
| Hex | C2 | 4D | 29 | 0 | 3C | 4F | 18 | E | 41 | 2E |
| Octal | 302 | 115 | 51 | 0 | 74 | 117 | 30 | 16 | 101 | 56 |
| Binary | 11000010 | 1001101 | 101001 | 0 | 111100 | 1001111 | 11000 | 1110 | 1000001 | 101110 |
Color Harmonies of #C24D29
Complementary color
Monochromatic Colors of #C24D29
Black with #C24D29
Text Example
Text Example
White with #C24D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D29; }
p { color: rgb(194,77,41); }
H1.HeaderClassName
{
color: #C24D29;
}
.AnyTagClassName
{
color: #C24D29;
}
</style>
background-color css
<style>
a { background-color: #C24D29; }
a { background-color: rgb(194,77,41); }
div.DivClassName
{
background-color: #C24D29;
}
.BgClassName
{
background-color: #C24D29;
}
</style>
border-color css
<style>
span { border-color: #C24D29; }
span { border-color: rgb(194,77,41); }
td.TdClassName
{
border-color: #C24D29;
}
.TagClassName
{
border-color: #C24D29;
}
</style>