Shades of Trinidad #C24B29
Tints of Trinidad #C24B29
RGB
CMYK
RGB Variations
Color information
#C24B29 (or 0xC24B29) is known color: Trinidad. HEX triplet: C2, 4B and 29. RGB value is (194,75,41). Sum of RGB (Red+Green+Blue) = 194+75+41=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24B29 is #3DB4D6. Grayscale: #6A6A6A. Windows color (decimal): -4043991 or 2706370. OLE color: 2706370.
HSL color Cylindrical-coordinate representation of color #C24B29: hue angle of 13.33º 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 #C24B29 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 41 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.24 |
| HSL | 13.33º | 0.65% | 0.46% | - |
| HSV(B) | 13.33º | 0.79% | 0.76% | - |
| XYZ | 25.16 | 16.66 | 3.99 | - |
| YUV | 106.71 | 90.92 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 41 | 0 | 0.61 | 0.79 | 0.24 | 13.33 | 0.65 | 0.46 |
| Hex | C2 | 4B | 29 | 0 | 3D | 4F | 18 | D | 41 | 2E |
| Octal | 302 | 113 | 51 | 0 | 75 | 117 | 30 | 15 | 101 | 56 |
| Binary | 11000010 | 1001011 | 101001 | 0 | 111101 | 1001111 | 11000 | 1101 | 1000001 | 101110 |
Color Harmonies of #C24B29
Complementary color
Monochromatic Colors of #C24B29
Black with #C24B29
Text Example
Text Example
White with #C24B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24B29; }
p { color: rgb(194,75,41); }
H1.HeaderClassName
{
color: #C24B29;
}
.AnyTagClassName
{
color: #C24B29;
}
</style>
background-color css
<style>
a { background-color: #C24B29; }
a { background-color: rgb(194,75,41); }
div.DivClassName
{
background-color: #C24B29;
}
.BgClassName
{
background-color: #C24B29;
}
</style>
border-color css
<style>
span { border-color: #C24B29; }
span { border-color: rgb(194,75,41); }
td.TdClassName
{
border-color: #C24B29;
}
.TagClassName
{
border-color: #C24B29;
}
</style>