Shades of Trinidad #C2491F
Tints of Trinidad #C2491F
RGB
CMYK
RGB Variations
Color information
#C2491F (or 0xC2491F) is known color: Trinidad. HEX triplet: C2, 49 and 1F. RGB value is (194,73,31). Sum of RGB (Red+Green+Blue) = 194+73+31=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C2491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2491F is #3DB6E0. Grayscale: #686868. Windows color (decimal): -4044513 or 2050498. OLE color: 2050498.
HSL color Cylindrical-coordinate representation of color #C2491F: hue angle of 15.46º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2491F is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 31 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.24 |
| HSL | 15.46º | 0.72% | 0.44% | - |
| HSV(B) | 15.46º | 0.84% | 0.76% | - |
| XYZ | 24.88 | 16.33 | 3.14 | - |
| YUV | 104.39 | 86.59 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 31 | 0 | 0.62 | 0.84 | 0.24 | 15.46 | 0.72 | 0.44 |
| Hex | C2 | 49 | 1F | 0 | 3E | 54 | 18 | F | 48 | 2C |
| Octal | 302 | 111 | 37 | 0 | 76 | 124 | 30 | 17 | 110 | 54 |
| Binary | 11000010 | 1001001 | 11111 | 0 | 111110 | 1010100 | 11000 | 1111 | 1001000 | 101100 |
Color Harmonies of #C2491F
Complementary color
Monochromatic Colors of #C2491F
Black with #C2491F
Text Example
Text Example
White with #C2491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2491F; }
p { color: rgb(194,73,31); }
H1.HeaderClassName
{
color: #C2491F;
}
.AnyTagClassName
{
color: #C2491F;
}
</style>
background-color css
<style>
a { background-color: #C2491F; }
a { background-color: rgb(194,73,31); }
div.DivClassName
{
background-color: #C2491F;
}
.BgClassName
{
background-color: #C2491F;
}
</style>
border-color css
<style>
span { border-color: #C2491F; }
span { border-color: rgb(194,73,31); }
td.TdClassName
{
border-color: #C2491F;
}
.TagClassName
{
border-color: #C2491F;
}
</style>