Shades of Trinidad #C24A29
Tints of Trinidad #C24A29
RGB
CMYK
RGB Variations
Color information
#C24A29 (or 0xC24A29) is known color: Trinidad. HEX triplet: C2, 4A and 29. RGB value is (194,74,41). Sum of RGB (Red+Green+Blue) = 194+74+41=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24A29 is #3DB5D6. Grayscale: #6A6A6A. Windows color (decimal): -4044247 or 2706114. OLE color: 2706114.
HSL color Cylindrical-coordinate representation of color #C24A29: hue angle of 12.94º 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 #C24A29 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 41 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.24 |
| HSL | 12.94º | 0.65% | 0.46% | - |
| HSV(B) | 12.94º | 0.79% | 0.76% | - |
| XYZ | 25.1 | 16.53 | 3.97 | - |
| YUV | 106.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 41 | 0 | 0.62 | 0.79 | 0.24 | 12.94 | 0.65 | 0.46 |
| Hex | C2 | 4A | 29 | 0 | 3E | 4F | 18 | D | 41 | 2E |
| Octal | 302 | 112 | 51 | 0 | 76 | 117 | 30 | 15 | 101 | 56 |
| Binary | 11000010 | 1001010 | 101001 | 0 | 111110 | 1001111 | 11000 | 1101 | 1000001 | 101110 |
Color Harmonies of #C24A29
Complementary color
Monochromatic Colors of #C24A29
Black with #C24A29
Text Example
Text Example
White with #C24A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A29; }
p { color: rgb(194,74,41); }
H1.HeaderClassName
{
color: #C24A29;
}
.AnyTagClassName
{
color: #C24A29;
}
</style>
background-color css
<style>
a { background-color: #C24A29; }
a { background-color: rgb(194,74,41); }
div.DivClassName
{
background-color: #C24A29;
}
.BgClassName
{
background-color: #C24A29;
}
</style>
border-color css
<style>
span { border-color: #C24A29; }
span { border-color: rgb(194,74,41); }
td.TdClassName
{
border-color: #C24A29;
}
.TagClassName
{
border-color: #C24A29;
}
</style>