Shades of Trinidad #C24E29
Tints of Trinidad #C24E29
RGB
CMYK
RGB Variations
Color information
#C24E29 (or 0xC24E29) is known color: Trinidad. HEX triplet: C2, 4E and 29. RGB value is (194,78,41). Sum of RGB (Red+Green+Blue) = 194+78+41=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24E29 is #3DB1D6. Grayscale: #6C6C6C. Windows color (decimal): -4043223 or 2707138. OLE color: 2707138.
HSL color Cylindrical-coordinate representation of color #C24E29: hue angle of 14.51º 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 #C24E29 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 41 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.24 |
| HSL | 14.51º | 0.65% | 0.46% | - |
| HSV(B) | 14.51º | 0.79% | 0.76% | - |
| XYZ | 25.37 | 17.08 | 4.06 | - |
| YUV | 108.47 | 89.93 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 41 | 0 | 0.60 | 0.79 | 0.24 | 14.51 | 0.65 | 0.46 |
| Hex | C2 | 4E | 29 | 0 | 3C | 4F | 18 | F | 41 | 2E |
| Octal | 302 | 116 | 51 | 0 | 74 | 117 | 30 | 17 | 101 | 56 |
| Binary | 11000010 | 1001110 | 101001 | 0 | 111100 | 1001111 | 11000 | 1111 | 1000001 | 101110 |
Color Harmonies of #C24E29
Complementary color
Monochromatic Colors of #C24E29
Black with #C24E29
Text Example
Text Example
White with #C24E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E29; }
p { color: rgb(194,78,41); }
H1.HeaderClassName
{
color: #C24E29;
}
.AnyTagClassName
{
color: #C24E29;
}
</style>
background-color css
<style>
a { background-color: #C24E29; }
a { background-color: rgb(194,78,41); }
div.DivClassName
{
background-color: #C24E29;
}
.BgClassName
{
background-color: #C24E29;
}
</style>
border-color css
<style>
span { border-color: #C24E29; }
span { border-color: rgb(194,78,41); }
td.TdClassName
{
border-color: #C24E29;
}
.TagClassName
{
border-color: #C24E29;
}
</style>