Shades of Trinidad #C9472B
Tints of Trinidad #C9472B
RGB
CMYK
RGB Variations
Color information
#C9472B (or 0xC9472B) is known color: Trinidad. HEX triplet: C9, 47 and 2B. RGB value is (201,71,43). Sum of RGB (Red+Green+Blue) = 201+71+43=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9472B is #36B8D4. Grayscale: #6A6A6A. Windows color (decimal): -3586261 or 2836425. OLE color: 2836425.
HSL color Cylindrical-coordinate representation of color #C9472B: hue angle of 10.63º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9472B is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 43 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.21 |
| HSL | 10.63º | 0.65% | 0.48% | - |
| HSV(B) | 10.63º | 0.79% | 0.79% | - |
| XYZ | 26.78 | 17.1 | 4.17 | - |
| YUV | 106.68 | 92.07 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 43 | 0 | 0.65 | 0.79 | 0.21 | 10.63 | 0.65 | 0.48 |
| Hex | C9 | 47 | 2B | 0 | 41 | 4F | 15 | B | 41 | 30 |
| Octal | 311 | 107 | 53 | 0 | 101 | 117 | 25 | 13 | 101 | 60 |
| Binary | 11001001 | 1000111 | 101011 | 0 | 1000001 | 1001111 | 10101 | 1011 | 1000001 | 110000 |
Color Harmonies of #C9472B
Complementary color
Monochromatic Colors of #C9472B
Black with #C9472B
Text Example
Text Example
White with #C9472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9472B; }
p { color: rgb(201,71,43); }
H1.HeaderClassName
{
color: #C9472B;
}
.AnyTagClassName
{
color: #C9472B;
}
</style>
background-color css
<style>
a { background-color: #C9472B; }
a { background-color: rgb(201,71,43); }
div.DivClassName
{
background-color: #C9472B;
}
.BgClassName
{
background-color: #C9472B;
}
</style>
border-color css
<style>
span { border-color: #C9472B; }
span { border-color: rgb(201,71,43); }
td.TdClassName
{
border-color: #C9472B;
}
.TagClassName
{
border-color: #C9472B;
}
</style>