Shades of Trinidad #C24E32
Tints of Trinidad #C24E32
RGB
CMYK
RGB Variations
Color information
#C24E32 (or 0xC24E32) is known color: Trinidad. HEX triplet: C2, 4E and 32. RGB value is (194,78,50). Sum of RGB (Red+Green+Blue) = 194+78+50=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24E32 is #3DB1CD. Grayscale: #6D6D6D. Windows color (decimal): -4043214 or 3296962. OLE color: 3296962.
HSL color Cylindrical-coordinate representation of color #C24E32: hue angle of 11.67º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C24E32 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 50 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.24 |
| HSL | 11.67º | 0.59% | 0.48% | - |
| HSV(B) | 11.67º | 0.74% | 0.76% | - |
| XYZ | 25.55 | 17.15 | 4.98 | - |
| YUV | 109.49 | 94.43 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 50 | 0 | 0.60 | 0.74 | 0.24 | 11.67 | 0.59 | 0.48 |
| Hex | C2 | 4E | 32 | 0 | 3C | 4A | 18 | C | 3B | 30 |
| Octal | 302 | 116 | 62 | 0 | 74 | 112 | 30 | 14 | 73 | 60 |
| Binary | 11000010 | 1001110 | 110010 | 0 | 111100 | 1001010 | 11000 | 1100 | 111011 | 110000 |
Color Harmonies of #C24E32
Complementary color
Monochromatic Colors of #C24E32
Black with #C24E32
Text Example
Text Example
White with #C24E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E32; }
p { color: rgb(194,78,50); }
H1.HeaderClassName
{
color: #C24E32;
}
.AnyTagClassName
{
color: #C24E32;
}
</style>
background-color css
<style>
a { background-color: #C24E32; }
a { background-color: rgb(194,78,50); }
div.DivClassName
{
background-color: #C24E32;
}
.BgClassName
{
background-color: #C24E32;
}
</style>
border-color css
<style>
span { border-color: #C24E32; }
span { border-color: rgb(194,78,50); }
td.TdClassName
{
border-color: #C24E32;
}
.TagClassName
{
border-color: #C24E32;
}
</style>