Shades of Trinidad #C54422
Tints of Trinidad #C54422
RGB
CMYK
RGB Variations
Color information
#C54422 (or 0xC54422) is known color: Trinidad. HEX triplet: C5, 44 and 22. RGB value is (197,68,34). Sum of RGB (Red+Green+Blue) = 197+68+34=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C54422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54422 is #3ABBDD. Grayscale: #666666. Windows color (decimal): -3849182 or 2245829. OLE color: 2245829.
HSL color Cylindrical-coordinate representation of color #C54422: hue angle of 12.52º 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 #C54422 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 34 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.23 |
| HSL | 12.52º | 0.71% | 0.45% | - |
| HSV(B) | 12.52º | 0.83% | 0.77% | - |
| XYZ | 25.38 | 16.12 | 3.29 | - |
| YUV | 102.7 | 89.24 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 34 | 0 | 0.65 | 0.83 | 0.23 | 12.52 | 0.71 | 0.45 |
| Hex | C5 | 44 | 22 | 0 | 41 | 53 | 17 | D | 47 | 2D |
| Octal | 305 | 104 | 42 | 0 | 101 | 123 | 27 | 15 | 107 | 55 |
| Binary | 11000101 | 1000100 | 100010 | 0 | 1000001 | 1010011 | 10111 | 1101 | 1000111 | 101101 |
Color Harmonies of #C54422
Complementary color
Monochromatic Colors of #C54422
Black with #C54422
Text Example
Text Example
White with #C54422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54422; }
p { color: rgb(197,68,34); }
H1.HeaderClassName
{
color: #C54422;
}
.AnyTagClassName
{
color: #C54422;
}
</style>
background-color css
<style>
a { background-color: #C54422; }
a { background-color: rgb(197,68,34); }
div.DivClassName
{
background-color: #C54422;
}
.BgClassName
{
background-color: #C54422;
}
</style>
border-color css
<style>
span { border-color: #C54422; }
span { border-color: rgb(197,68,34); }
td.TdClassName
{
border-color: #C54422;
}
.TagClassName
{
border-color: #C54422;
}
</style>