Shades of Trinidad #C24621
Tints of Trinidad #C24621
RGB
CMYK
RGB Variations
Color information
#C24621 (or 0xC24621) is known color: Trinidad. HEX triplet: C2, 46 and 21. RGB value is (194,70,33). Sum of RGB (Red+Green+Blue) = 194+70+33=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C24621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24621 is #3DB9DE. Grayscale: #676767. Windows color (decimal): -4045279 or 2180802. OLE color: 2180802.
HSL color Cylindrical-coordinate representation of color #C24621: hue angle of 13.79º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C24621 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 33 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.24 |
| HSL | 13.79º | 0.71% | 0.45% | - |
| HSV(B) | 13.79º | 0.83% | 0.76% | - |
| XYZ | 24.71 | 15.96 | 3.22 | - |
| YUV | 102.86 | 88.58 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 33 | 0 | 0.64 | 0.83 | 0.24 | 13.79 | 0.71 | 0.45 |
| Hex | C2 | 46 | 21 | 0 | 40 | 53 | 18 | E | 47 | 2D |
| Octal | 302 | 106 | 41 | 0 | 100 | 123 | 30 | 16 | 107 | 55 |
| Binary | 11000010 | 1000110 | 100001 | 0 | 1000000 | 1010011 | 11000 | 1110 | 1000111 | 101101 |
Color Harmonies of #C24621
Complementary color
Monochromatic Colors of #C24621
Black with #C24621
Text Example
Text Example
White with #C24621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24621; }
p { color: rgb(194,70,33); }
H1.HeaderClassName
{
color: #C24621;
}
.AnyTagClassName
{
color: #C24621;
}
</style>
background-color css
<style>
a { background-color: #C24621; }
a { background-color: rgb(194,70,33); }
div.DivClassName
{
background-color: #C24621;
}
.BgClassName
{
background-color: #C24621;
}
</style>
border-color css
<style>
span { border-color: #C24621; }
span { border-color: rgb(194,70,33); }
td.TdClassName
{
border-color: #C24621;
}
.TagClassName
{
border-color: #C24621;
}
</style>