Shades of Trinidad #C4491F
Tints of Trinidad #C4491F
RGB
CMYK
RGB Variations
Color information
#C4491F (or 0xC4491F) is known color: Trinidad. HEX triplet: C4, 49 and 1F. RGB value is (196,73,31). Sum of RGB (Red+Green+Blue) = 196+73+31=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C4491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4491F is #3BB6E0. Grayscale: #696969. Windows color (decimal): -3913441 or 2050500. OLE color: 2050500.
HSL color Cylindrical-coordinate representation of color #C4491F: hue angle of 15.27º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4491F is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 31 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.23 |
| HSL | 15.27º | 0.73% | 0.45% | - |
| HSV(B) | 15.27º | 0.84% | 0.77% | - |
| XYZ | 25.39 | 16.6 | 3.16 | - |
| YUV | 104.99 | 86.25 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 31 | 0 | 0.63 | 0.84 | 0.23 | 15.27 | 0.73 | 0.45 |
| Hex | C4 | 49 | 1F | 0 | 3F | 54 | 17 | F | 49 | 2D |
| Octal | 304 | 111 | 37 | 0 | 77 | 124 | 27 | 17 | 111 | 55 |
| Binary | 11000100 | 1001001 | 11111 | 0 | 111111 | 1010100 | 10111 | 1111 | 1001001 | 101101 |
Color Harmonies of #C4491F
Complementary color
Monochromatic Colors of #C4491F
Black with #C4491F
Text Example
Text Example
White with #C4491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4491F; }
p { color: rgb(196,73,31); }
H1.HeaderClassName
{
color: #C4491F;
}
.AnyTagClassName
{
color: #C4491F;
}
</style>
background-color css
<style>
a { background-color: #C4491F; }
a { background-color: rgb(196,73,31); }
div.DivClassName
{
background-color: #C4491F;
}
.BgClassName
{
background-color: #C4491F;
}
</style>
border-color css
<style>
span { border-color: #C4491F; }
span { border-color: rgb(196,73,31); }
td.TdClassName
{
border-color: #C4491F;
}
.TagClassName
{
border-color: #C4491F;
}
</style>