Shades of Trinidad #C24F31
Tints of Trinidad #C24F31
RGB
CMYK
RGB Variations
Color information
#C24F31 (or 0xC24F31) is known color: Trinidad. HEX triplet: C2, 4F and 31. RGB value is (194,79,49). Sum of RGB (Red+Green+Blue) = 194+79+49=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24F31 is #3DB0CE. Grayscale: #6E6E6E. Windows color (decimal): -4042959 or 3231682. OLE color: 3231682.
HSL color Cylindrical-coordinate representation of color #C24F31: hue angle of 12.41º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C24F31 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 49 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.24 |
| HSL | 12.41º | 0.6% | 0.48% | - |
| HSV(B) | 12.41º | 0.75% | 0.76% | - |
| XYZ | 25.6 | 17.28 | 4.89 | - |
| YUV | 109.97 | 93.6 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 49 | 0 | 0.59 | 0.75 | 0.24 | 12.41 | 0.6 | 0.48 |
| Hex | C2 | 4F | 31 | 0 | 3B | 4B | 18 | C | 3C | 30 |
| Octal | 302 | 117 | 61 | 0 | 73 | 113 | 30 | 14 | 74 | 60 |
| Binary | 11000010 | 1001111 | 110001 | 0 | 111011 | 1001011 | 11000 | 1100 | 111100 | 110000 |
Color Harmonies of #C24F31
Complementary color
Monochromatic Colors of #C24F31
Black with #C24F31
Text Example
Text Example
White with #C24F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F31; }
p { color: rgb(194,79,49); }
H1.HeaderClassName
{
color: #C24F31;
}
.AnyTagClassName
{
color: #C24F31;
}
</style>
background-color css
<style>
a { background-color: #C24F31; }
a { background-color: rgb(194,79,49); }
div.DivClassName
{
background-color: #C24F31;
}
.BgClassName
{
background-color: #C24F31;
}
</style>
border-color css
<style>
span { border-color: #C24F31; }
span { border-color: rgb(194,79,49); }
td.TdClassName
{
border-color: #C24F31;
}
.TagClassName
{
border-color: #C24F31;
}
</style>