Shades of Trinidad #C2482B
Tints of Trinidad #C2482B
RGB
CMYK
RGB Variations
Color information
#C2482B (or 0xC2482B) is known color: Trinidad. HEX triplet: C2, 48 and 2B. RGB value is (194,72,43). Sum of RGB (Red+Green+Blue) = 194+72+43=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C2482B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2482B is #3DB7D4. Grayscale: #696969. Windows color (decimal): -4044757 or 2836674. OLE color: 2836674.
HSL color Cylindrical-coordinate representation of color #C2482B: hue angle of 11.52º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2482B is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 43 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.24 |
| HSL | 11.52º | 0.64% | 0.46% | - |
| HSV(B) | 11.52º | 0.78% | 0.76% | - |
| XYZ | 25 | 16.28 | 4.11 | - |
| YUV | 105.17 | 92.92 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 43 | 0 | 0.63 | 0.78 | 0.24 | 11.52 | 0.64 | 0.46 |
| Hex | C2 | 48 | 2B | 0 | 3F | 4E | 18 | C | 40 | 2E |
| Octal | 302 | 110 | 53 | 0 | 77 | 116 | 30 | 14 | 100 | 56 |
| Binary | 11000010 | 1001000 | 101011 | 0 | 111111 | 1001110 | 11000 | 1100 | 1000000 | 101110 |
Color Harmonies of #C2482B
Complementary color
Monochromatic Colors of #C2482B
Black with #C2482B
Text Example
Text Example
White with #C2482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2482B; }
p { color: rgb(194,72,43); }
H1.HeaderClassName
{
color: #C2482B;
}
.AnyTagClassName
{
color: #C2482B;
}
</style>
background-color css
<style>
a { background-color: #C2482B; }
a { background-color: rgb(194,72,43); }
div.DivClassName
{
background-color: #C2482B;
}
.BgClassName
{
background-color: #C2482B;
}
</style>
border-color css
<style>
span { border-color: #C2482B; }
span { border-color: rgb(194,72,43); }
td.TdClassName
{
border-color: #C2482B;
}
.TagClassName
{
border-color: #C2482B;
}
</style>