Shades of Trinidad #C7472B
Tints of Trinidad #C7472B
RGB
CMYK
RGB Variations
Color information
#C7472B (or 0xC7472B) is known color: Trinidad. HEX triplet: C7, 47 and 2B. RGB value is (199,71,43). Sum of RGB (Red+Green+Blue) = 199+71+43=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7472B is #38B8D4. Grayscale: #6A6A6A. Windows color (decimal): -3717333 or 2836423. OLE color: 2836423.
HSL color Cylindrical-coordinate representation of color #C7472B: hue angle of 10.77º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7472B is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 43 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.22 |
| HSL | 10.77º | 0.64% | 0.47% | - |
| HSV(B) | 10.77º | 0.78% | 0.78% | - |
| XYZ | 26.24 | 16.82 | 4.15 | - |
| YUV | 106.08 | 92.41 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 43 | 0 | 0.64 | 0.78 | 0.22 | 10.77 | 0.64 | 0.47 |
| Hex | C7 | 47 | 2B | 0 | 40 | 4E | 16 | B | 40 | 2F |
| Octal | 307 | 107 | 53 | 0 | 100 | 116 | 26 | 13 | 100 | 57 |
| Binary | 11000111 | 1000111 | 101011 | 0 | 1000000 | 1001110 | 10110 | 1011 | 1000000 | 101111 |
Color Harmonies of #C7472B
Complementary color
Monochromatic Colors of #C7472B
Black with #C7472B
Text Example
Text Example
White with #C7472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7472B; }
p { color: rgb(199,71,43); }
H1.HeaderClassName
{
color: #C7472B;
}
.AnyTagClassName
{
color: #C7472B;
}
</style>
background-color css
<style>
a { background-color: #C7472B; }
a { background-color: rgb(199,71,43); }
div.DivClassName
{
background-color: #C7472B;
}
.BgClassName
{
background-color: #C7472B;
}
</style>
border-color css
<style>
span { border-color: #C7472B; }
span { border-color: rgb(199,71,43); }
td.TdClassName
{
border-color: #C7472B;
}
.TagClassName
{
border-color: #C7472B;
}
</style>