Shades of Trinidad #C5452C
Tints of Trinidad #C5452C
RGB
CMYK
RGB Variations
Color information
#C5452C (or 0xC5452C) is known color: Trinidad. HEX triplet: C5, 45 and 2C. RGB value is (197,69,44). Sum of RGB (Red+Green+Blue) = 197+69+44=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C5452C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5452C is #3ABAD3. Grayscale: #686868. Windows color (decimal): -3848916 or 2901445. OLE color: 2901445.
HSL color Cylindrical-coordinate representation of color #C5452C: hue angle of 9.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5452C is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 44 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.23 |
| HSL | 9.8º | 0.63% | 0.47% | - |
| HSV(B) | 9.8º | 0.78% | 0.77% | - |
| XYZ | 25.61 | 16.31 | 4.18 | - |
| YUV | 104.42 | 93.91 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 44 | 0 | 0.65 | 0.78 | 0.23 | 9.8 | 0.63 | 0.47 |
| Hex | C5 | 45 | 2C | 0 | 41 | 4E | 17 | A | 3F | 2F |
| Octal | 305 | 105 | 54 | 0 | 101 | 116 | 27 | 12 | 77 | 57 |
| Binary | 11000101 | 1000101 | 101100 | 0 | 1000001 | 1001110 | 10111 | 1010 | 111111 | 101111 |
Color Harmonies of #C5452C
Complementary color
Monochromatic Colors of #C5452C
Black with #C5452C
Text Example
Text Example
White with #C5452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5452C; }
p { color: rgb(197,69,44); }
H1.HeaderClassName
{
color: #C5452C;
}
.AnyTagClassName
{
color: #C5452C;
}
</style>
background-color css
<style>
a { background-color: #C5452C; }
a { background-color: rgb(197,69,44); }
div.DivClassName
{
background-color: #C5452C;
}
.BgClassName
{
background-color: #C5452C;
}
</style>
border-color css
<style>
span { border-color: #C5452C; }
span { border-color: rgb(197,69,44); }
td.TdClassName
{
border-color: #C5452C;
}
.TagClassName
{
border-color: #C5452C;
}
</style>