Shades of Trinidad #C54421
Tints of Trinidad #C54421
RGB
CMYK
RGB Variations
Color information
#C54421 (or 0xC54421) is known color: Trinidad. HEX triplet: C5, 44 and 21. RGB value is (197,68,33). Sum of RGB (Red+Green+Blue) = 197+68+33=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C54421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54421 is #3ABBDE. Grayscale: #666666. Windows color (decimal): -3849183 or 2180293. OLE color: 2180293.
HSL color Cylindrical-coordinate representation of color #C54421: hue angle of 12.8º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C54421 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 33 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.23 |
| HSL | 12.8º | 0.71% | 0.45% | - |
| HSV(B) | 12.8º | 0.83% | 0.77% | - |
| XYZ | 25.37 | 16.11 | 3.21 | - |
| YUV | 102.58 | 88.74 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 33 | 0 | 0.65 | 0.83 | 0.23 | 12.8 | 0.71 | 0.45 |
| Hex | C5 | 44 | 21 | 0 | 41 | 53 | 17 | D | 47 | 2D |
| Octal | 305 | 104 | 41 | 0 | 101 | 123 | 27 | 15 | 107 | 55 |
| Binary | 11000101 | 1000100 | 100001 | 0 | 1000001 | 1010011 | 10111 | 1101 | 1000111 | 101101 |
Color Harmonies of #C54421
Complementary color
Monochromatic Colors of #C54421
Black with #C54421
Text Example
Text Example
White with #C54421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54421; }
p { color: rgb(197,68,33); }
H1.HeaderClassName
{
color: #C54421;
}
.AnyTagClassName
{
color: #C54421;
}
</style>
background-color css
<style>
a { background-color: #C54421; }
a { background-color: rgb(197,68,33); }
div.DivClassName
{
background-color: #C54421;
}
.BgClassName
{
background-color: #C54421;
}
</style>
border-color css
<style>
span { border-color: #C54421; }
span { border-color: rgb(197,68,33); }
td.TdClassName
{
border-color: #C54421;
}
.TagClassName
{
border-color: #C54421;
}
</style>