Shades of Trinidad #C24C31
Tints of Trinidad #C24C31
RGB
CMYK
RGB Variations
Color information
#C24C31 (or 0xC24C31) is known color: Trinidad. HEX triplet: C2, 4C and 31. RGB value is (194,76,49). Sum of RGB (Red+Green+Blue) = 194+76+49=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24C31 is #3DB3CE. Grayscale: #6C6C6C. Windows color (decimal): -4043727 or 3230914. OLE color: 3230914.
HSL color Cylindrical-coordinate representation of color #C24C31: hue angle of 11.17º 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 #C24C31 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 49 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.24 |
| HSL | 11.17º | 0.6% | 0.48% | - |
| HSV(B) | 11.17º | 0.75% | 0.76% | - |
| XYZ | 25.39 | 16.86 | 4.82 | - |
| YUV | 108.2 | 94.59 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 49 | 0 | 0.61 | 0.75 | 0.24 | 11.17 | 0.6 | 0.48 |
| Hex | C2 | 4C | 31 | 0 | 3D | 4B | 18 | B | 3C | 30 |
| Octal | 302 | 114 | 61 | 0 | 75 | 113 | 30 | 13 | 74 | 60 |
| Binary | 11000010 | 1001100 | 110001 | 0 | 111101 | 1001011 | 11000 | 1011 | 111100 | 110000 |
Color Harmonies of #C24C31
Complementary color
Monochromatic Colors of #C24C31
Black with #C24C31
Text Example
Text Example
White with #C24C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C31; }
p { color: rgb(194,76,49); }
H1.HeaderClassName
{
color: #C24C31;
}
.AnyTagClassName
{
color: #C24C31;
}
</style>
background-color css
<style>
a { background-color: #C24C31; }
a { background-color: rgb(194,76,49); }
div.DivClassName
{
background-color: #C24C31;
}
.BgClassName
{
background-color: #C24C31;
}
</style>
border-color css
<style>
span { border-color: #C24C31; }
span { border-color: rgb(194,76,49); }
td.TdClassName
{
border-color: #C24C31;
}
.TagClassName
{
border-color: #C24C31;
}
</style>