Shades of Trinidad #C2472D
Tints of Trinidad #C2472D
RGB
CMYK
RGB Variations
Color information
#C2472D (or 0xC2472D) is known color: Trinidad. HEX triplet: C2, 47 and 2D. RGB value is (194,71,45). Sum of RGB (Red+Green+Blue) = 194+71+45=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2472D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2472D is #3DB8D2. Grayscale: #696969. Windows color (decimal): -4045011 or 2967490. OLE color: 2967490.
HSL color Cylindrical-coordinate representation of color #C2472D: hue angle of 10.47º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2472D is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 45 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.24 |
| HSL | 10.47º | 0.62% | 0.47% | - |
| HSV(B) | 10.47º | 0.77% | 0.76% | - |
| XYZ | 24.98 | 16.17 | 4.29 | - |
| YUV | 104.81 | 94.25 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 45 | 0 | 0.63 | 0.77 | 0.24 | 10.47 | 0.62 | 0.47 |
| Hex | C2 | 47 | 2D | 0 | 3F | 4D | 18 | A | 3E | 2F |
| Octal | 302 | 107 | 55 | 0 | 77 | 115 | 30 | 12 | 76 | 57 |
| Binary | 11000010 | 1000111 | 101101 | 0 | 111111 | 1001101 | 11000 | 1010 | 111110 | 101111 |
Color Harmonies of #C2472D
Complementary color
Monochromatic Colors of #C2472D
Black with #C2472D
Text Example
Text Example
White with #C2472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2472D; }
p { color: rgb(194,71,45); }
H1.HeaderClassName
{
color: #C2472D;
}
.AnyTagClassName
{
color: #C2472D;
}
</style>
background-color css
<style>
a { background-color: #C2472D; }
a { background-color: rgb(194,71,45); }
div.DivClassName
{
background-color: #C2472D;
}
.BgClassName
{
background-color: #C2472D;
}
</style>
border-color css
<style>
span { border-color: #C2472D; }
span { border-color: rgb(194,71,45); }
td.TdClassName
{
border-color: #C2472D;
}
.TagClassName
{
border-color: #C2472D;
}
</style>