Shades of Trinidad #C3472B
Tints of Trinidad #C3472B
RGB
CMYK
RGB Variations
Color information
#C3472B (or 0xC3472B) is known color: Trinidad. HEX triplet: C3, 47 and 2B. RGB value is (195,71,43). Sum of RGB (Red+Green+Blue) = 195+71+43=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3472B is #3CB8D4. Grayscale: #696969. Windows color (decimal): -3979477 or 2836419. OLE color: 2836419.
HSL color Cylindrical-coordinate representation of color #C3472B: hue angle of 11.05º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3472B is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 43 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.24 |
| HSL | 11.05º | 0.64% | 0.47% | - |
| HSV(B) | 11.05º | 0.78% | 0.76% | - |
| XYZ | 25.19 | 16.28 | 4.1 | - |
| YUV | 104.88 | 93.08 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 43 | 0 | 0.64 | 0.78 | 0.24 | 11.05 | 0.64 | 0.47 |
| Hex | C3 | 47 | 2B | 0 | 40 | 4E | 18 | B | 40 | 2F |
| Octal | 303 | 107 | 53 | 0 | 100 | 116 | 30 | 13 | 100 | 57 |
| Binary | 11000011 | 1000111 | 101011 | 0 | 1000000 | 1001110 | 11000 | 1011 | 1000000 | 101111 |
Color Harmonies of #C3472B
Complementary color
Monochromatic Colors of #C3472B
Black with #C3472B
Text Example
Text Example
White with #C3472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3472B; }
p { color: rgb(195,71,43); }
H1.HeaderClassName
{
color: #C3472B;
}
.AnyTagClassName
{
color: #C3472B;
}
</style>
background-color css
<style>
a { background-color: #C3472B; }
a { background-color: rgb(195,71,43); }
div.DivClassName
{
background-color: #C3472B;
}
.BgClassName
{
background-color: #C3472B;
}
</style>
border-color css
<style>
span { border-color: #C3472B; }
span { border-color: rgb(195,71,43); }
td.TdClassName
{
border-color: #C3472B;
}
.TagClassName
{
border-color: #C3472B;
}
</style>