Shades of Trinidad #C5452E
Tints of Trinidad #C5452E
RGB
CMYK
RGB Variations
Color information
#C5452E (or 0xC5452E) is known color: Trinidad. HEX triplet: C5, 45 and 2E. RGB value is (197,69,46). Sum of RGB (Red+Green+Blue) = 197+69+46=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5452E is #3ABAD1. Grayscale: #686868. Windows color (decimal): -3848914 or 3032517. OLE color: 3032517.
HSL color Cylindrical-coordinate representation of color #C5452E: hue angle of 9.14º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5452E is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 46 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.23 |
| HSL | 9.14º | 0.62% | 0.48% | - |
| HSV(B) | 9.14º | 0.77% | 0.77% | - |
| XYZ | 25.65 | 16.32 | 4.38 | - |
| YUV | 104.65 | 94.91 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 46 | 0 | 0.65 | 0.77 | 0.23 | 9.14 | 0.62 | 0.48 |
| Hex | C5 | 45 | 2E | 0 | 41 | 4D | 17 | 9 | 3E | 30 |
| Octal | 305 | 105 | 56 | 0 | 101 | 115 | 27 | 11 | 76 | 60 |
| Binary | 11000101 | 1000101 | 101110 | 0 | 1000001 | 1001101 | 10111 | 1001 | 111110 | 110000 |
Color Harmonies of #C5452E
Complementary color
Monochromatic Colors of #C5452E
Black with #C5452E
Text Example
Text Example
White with #C5452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5452E; }
p { color: rgb(197,69,46); }
H1.HeaderClassName
{
color: #C5452E;
}
.AnyTagClassName
{
color: #C5452E;
}
</style>
background-color css
<style>
a { background-color: #C5452E; }
a { background-color: rgb(197,69,46); }
div.DivClassName
{
background-color: #C5452E;
}
.BgClassName
{
background-color: #C5452E;
}
</style>
border-color css
<style>
span { border-color: #C5452E; }
span { border-color: rgb(197,69,46); }
td.TdClassName
{
border-color: #C5452E;
}
.TagClassName
{
border-color: #C5452E;
}
</style>