Shades of Trinidad #C4472F
Tints of Trinidad #C4472F
RGB
CMYK
RGB Variations
Color information
#C4472F (or 0xC4472F) is known color: Trinidad. HEX triplet: C4, 47 and 2F. RGB value is (196,71,47). Sum of RGB (Red+Green+Blue) = 196+71+47=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C4472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4472F is #3BB8D0. Grayscale: #696969. Windows color (decimal): -3913937 or 3098564. OLE color: 3098564.
HSL color Cylindrical-coordinate representation of color #C4472F: hue angle of 9.66º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4472F is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 47 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.23 |
| HSL | 9.66º | 0.61% | 0.48% | - |
| HSV(B) | 9.66º | 0.76% | 0.77% | - |
| XYZ | 25.53 | 16.45 | 4.52 | - |
| YUV | 105.64 | 94.91 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 47 | 0 | 0.64 | 0.76 | 0.23 | 9.66 | 0.61 | 0.48 |
| Hex | C4 | 47 | 2F | 0 | 40 | 4C | 17 | A | 3D | 30 |
| Octal | 304 | 107 | 57 | 0 | 100 | 114 | 27 | 12 | 75 | 60 |
| Binary | 11000100 | 1000111 | 101111 | 0 | 1000000 | 1001100 | 10111 | 1010 | 111101 | 110000 |
Color Harmonies of #C4472F
Complementary color
Monochromatic Colors of #C4472F
Black with #C4472F
Text Example
Text Example
White with #C4472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4472F; }
p { color: rgb(196,71,47); }
H1.HeaderClassName
{
color: #C4472F;
}
.AnyTagClassName
{
color: #C4472F;
}
</style>
background-color css
<style>
a { background-color: #C4472F; }
a { background-color: rgb(196,71,47); }
div.DivClassName
{
background-color: #C4472F;
}
.BgClassName
{
background-color: #C4472F;
}
</style>
border-color css
<style>
span { border-color: #C4472F; }
span { border-color: rgb(196,71,47); }
td.TdClassName
{
border-color: #C4472F;
}
.TagClassName
{
border-color: #C4472F;
}
</style>