Shades of Trinidad #C7412C
Tints of Trinidad #C7412C
RGB
CMYK
RGB Variations
Color information
#C7412C (or 0xC7412C) is known color: Trinidad. HEX triplet: C7, 41 and 2C. RGB value is (199,65,44). Sum of RGB (Red+Green+Blue) = 199+65+44=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C7412C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7412C is #38BED3. Grayscale: #666666. Windows color (decimal): -3718868 or 2900423. OLE color: 2900423.
HSL color Cylindrical-coordinate representation of color #C7412C: hue angle of 8.13º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7412C is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 44 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.22 |
| HSL | 8.13º | 0.64% | 0.48% | - |
| HSV(B) | 8.13º | 0.78% | 0.78% | - |
| XYZ | 25.9 | 16.1 | 4.13 | - |
| YUV | 102.67 | 94.89 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 44 | 0 | 0.67 | 0.78 | 0.22 | 8.13 | 0.64 | 0.48 |
| Hex | C7 | 41 | 2C | 0 | 43 | 4E | 16 | 8 | 40 | 30 |
| Octal | 307 | 101 | 54 | 0 | 103 | 116 | 26 | 10 | 100 | 60 |
| Binary | 11000111 | 1000001 | 101100 | 0 | 1000011 | 1001110 | 10110 | 1000 | 1000000 | 110000 |
Color Harmonies of #C7412C
Complementary color
Monochromatic Colors of #C7412C
Black with #C7412C
Text Example
Text Example
White with #C7412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7412C; }
p { color: rgb(199,65,44); }
H1.HeaderClassName
{
color: #C7412C;
}
.AnyTagClassName
{
color: #C7412C;
}
</style>
background-color css
<style>
a { background-color: #C7412C; }
a { background-color: rgb(199,65,44); }
div.DivClassName
{
background-color: #C7412C;
}
.BgClassName
{
background-color: #C7412C;
}
</style>
border-color css
<style>
span { border-color: #C7412C; }
span { border-color: rgb(199,65,44); }
td.TdClassName
{
border-color: #C7412C;
}
.TagClassName
{
border-color: #C7412C;
}
</style>