Shades of Trinidad #C24421
Tints of Trinidad #C24421
RGB
CMYK
RGB Variations
Color information
#C24421 (or 0xC24421) is known color: Trinidad. HEX triplet: C2, 44 and 21. RGB value is (194,68,33). Sum of RGB (Red+Green+Blue) = 194+68+33=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C24421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24421 is #3DBBDE. Grayscale: #656565. Windows color (decimal): -4045791 or 2180290. OLE color: 2180290.
HSL color Cylindrical-coordinate representation of color #C24421: hue angle of 13.04º 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 #C24421 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 33 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.24 |
| HSL | 13.04º | 0.71% | 0.45% | - |
| HSV(B) | 13.04º | 0.83% | 0.76% | - |
| XYZ | 24.59 | 15.71 | 3.18 | - |
| YUV | 101.68 | 89.24 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 33 | 0 | 0.65 | 0.83 | 0.24 | 13.04 | 0.71 | 0.45 |
| Hex | C2 | 44 | 21 | 0 | 41 | 53 | 18 | D | 47 | 2D |
| Octal | 302 | 104 | 41 | 0 | 101 | 123 | 30 | 15 | 107 | 55 |
| Binary | 11000010 | 1000100 | 100001 | 0 | 1000001 | 1010011 | 11000 | 1101 | 1000111 | 101101 |
Color Harmonies of #C24421
Complementary color
Monochromatic Colors of #C24421
Black with #C24421
Text Example
Text Example
White with #C24421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24421; }
p { color: rgb(194,68,33); }
H1.HeaderClassName
{
color: #C24421;
}
.AnyTagClassName
{
color: #C24421;
}
</style>
background-color css
<style>
a { background-color: #C24421; }
a { background-color: rgb(194,68,33); }
div.DivClassName
{
background-color: #C24421;
}
.BgClassName
{
background-color: #C24421;
}
</style>
border-color css
<style>
span { border-color: #C24421; }
span { border-color: rgb(194,68,33); }
td.TdClassName
{
border-color: #C24421;
}
.TagClassName
{
border-color: #C24421;
}
</style>