Shades of Trinidad #C8412D
Tints of Trinidad #C8412D
RGB
CMYK
RGB Variations
Color information
#C8412D (or 0xC8412D) is known color: Trinidad. HEX triplet: C8, 41 and 2D. RGB value is (200,65,45). Sum of RGB (Red+Green+Blue) = 200+65+45=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8412D is #37BED2. Grayscale: #676767. Windows color (decimal): -3653331 or 2965960. OLE color: 2965960.
HSL color Cylindrical-coordinate representation of color #C8412D: hue angle of 7.74º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8412D is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 45 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.22 |
| HSL | 7.74º | 0.63% | 0.48% | - |
| HSV(B) | 7.74º | 0.78% | 0.78% | - |
| XYZ | 26.18 | 16.25 | 4.24 | - |
| YUV | 103.09 | 95.23 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 45 | 0 | 0.68 | 0.78 | 0.22 | 7.74 | 0.63 | 0.48 |
| Hex | C8 | 41 | 2D | 0 | 44 | 4E | 16 | 8 | 3F | 30 |
| Octal | 310 | 101 | 55 | 0 | 104 | 116 | 26 | 10 | 77 | 60 |
| Binary | 11001000 | 1000001 | 101101 | 0 | 1000100 | 1001110 | 10110 | 1000 | 111111 | 110000 |
Color Harmonies of #C8412D
Complementary color
Monochromatic Colors of #C8412D
Black with #C8412D
Text Example
Text Example
White with #C8412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8412D; }
p { color: rgb(200,65,45); }
H1.HeaderClassName
{
color: #C8412D;
}
.AnyTagClassName
{
color: #C8412D;
}
</style>
background-color css
<style>
a { background-color: #C8412D; }
a { background-color: rgb(200,65,45); }
div.DivClassName
{
background-color: #C8412D;
}
.BgClassName
{
background-color: #C8412D;
}
</style>
border-color css
<style>
span { border-color: #C8412D; }
span { border-color: rgb(200,65,45); }
td.TdClassName
{
border-color: #C8412D;
}
.TagClassName
{
border-color: #C8412D;
}
</style>