Shades of Trinidad #C9512D
Tints of Trinidad #C9512D
RGB
CMYK
RGB Variations
Color information
#C9512D (or 0xC9512D) is known color: Trinidad. HEX triplet: C9, 51 and 2D. RGB value is (201,81,45). Sum of RGB (Red+Green+Blue) = 201+81+45=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9512D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9512D is #36AED2. Grayscale: #717171. Windows color (decimal): -3583699 or 2970057. OLE color: 2970057.
HSL color Cylindrical-coordinate representation of color #C9512D: hue angle of 13.85º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9512D is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 45 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.21 |
| HSL | 13.85º | 0.63% | 0.48% | - |
| HSV(B) | 13.85º | 0.78% | 0.79% | - |
| XYZ | 27.5 | 18.49 | 4.6 | - |
| YUV | 112.78 | 89.76 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 45 | 0 | 0.60 | 0.78 | 0.21 | 13.85 | 0.63 | 0.48 |
| Hex | C9 | 51 | 2D | 0 | 3C | 4E | 15 | E | 3F | 30 |
| Octal | 311 | 121 | 55 | 0 | 74 | 116 | 25 | 16 | 77 | 60 |
| Binary | 11001001 | 1010001 | 101101 | 0 | 111100 | 1001110 | 10101 | 1110 | 111111 | 110000 |
Color Harmonies of #C9512D
Complementary color
Monochromatic Colors of #C9512D
Black with #C9512D
Text Example
Text Example
White with #C9512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9512D; }
p { color: rgb(201,81,45); }
H1.HeaderClassName
{
color: #C9512D;
}
.AnyTagClassName
{
color: #C9512D;
}
</style>
background-color css
<style>
a { background-color: #C9512D; }
a { background-color: rgb(201,81,45); }
div.DivClassName
{
background-color: #C9512D;
}
.BgClassName
{
background-color: #C9512D;
}
</style>
border-color css
<style>
span { border-color: #C9512D; }
span { border-color: rgb(201,81,45); }
td.TdClassName
{
border-color: #C9512D;
}
.TagClassName
{
border-color: #C9512D;
}
</style>