Shades of Trinidad #C5452A
Tints of Trinidad #C5452A
RGB
CMYK
RGB Variations
Color information
#C5452A (or 0xC5452A) is known color: Trinidad. HEX triplet: C5, 45 and 2A. RGB value is (197,69,42). Sum of RGB (Red+Green+Blue) = 197+69+42=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5452A is #3ABAD5. Grayscale: #686868. Windows color (decimal): -3848918 or 2770373. OLE color: 2770373.
HSL color Cylindrical-coordinate representation of color #C5452A: hue angle of 10.45º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5452A is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 42 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.23 |
| HSL | 10.45º | 0.65% | 0.47% | - |
| HSV(B) | 10.45º | 0.79% | 0.77% | - |
| XYZ | 25.57 | 16.29 | 3.99 | - |
| YUV | 104.19 | 92.91 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 42 | 0 | 0.65 | 0.79 | 0.23 | 10.45 | 0.65 | 0.47 |
| Hex | C5 | 45 | 2A | 0 | 41 | 4F | 17 | A | 41 | 2F |
| Octal | 305 | 105 | 52 | 0 | 101 | 117 | 27 | 12 | 101 | 57 |
| Binary | 11000101 | 1000101 | 101010 | 0 | 1000001 | 1001111 | 10111 | 1010 | 1000001 | 101111 |
Color Harmonies of #C5452A
Complementary color
Monochromatic Colors of #C5452A
Black with #C5452A
Text Example
Text Example
White with #C5452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5452A; }
p { color: rgb(197,69,42); }
H1.HeaderClassName
{
color: #C5452A;
}
.AnyTagClassName
{
color: #C5452A;
}
</style>
background-color css
<style>
a { background-color: #C5452A; }
a { background-color: rgb(197,69,42); }
div.DivClassName
{
background-color: #C5452A;
}
.BgClassName
{
background-color: #C5452A;
}
</style>
border-color css
<style>
span { border-color: #C5452A; }
span { border-color: rgb(197,69,42); }
td.TdClassName
{
border-color: #C5452A;
}
.TagClassName
{
border-color: #C5452A;
}
</style>