Shades of Trinidad #C75135
Tints of Trinidad #C75135
RGB
CMYK
RGB Variations
Color information
#C75135 (or 0xC75135) is known color: Trinidad. HEX triplet: C7, 51 and 35. RGB value is (199,81,53). Sum of RGB (Red+Green+Blue) = 199+81+53=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C75135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75135 is #38AECA. Grayscale: #717171. Windows color (decimal): -3714763 or 3494343. OLE color: 3494343.
HSL color Cylindrical-coordinate representation of color #C75135: hue angle of 11.51º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C75135 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 53 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.22 |
| HSL | 11.51º | 0.58% | 0.49% | - |
| HSV(B) | 11.51º | 0.73% | 0.78% | - |
| XYZ | 27.14 | 18.28 | 5.47 | - |
| YUV | 113.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 53 | 0 | 0.59 | 0.73 | 0.22 | 11.51 | 0.58 | 0.49 |
| Hex | C7 | 51 | 35 | 0 | 3B | 49 | 16 | C | 3A | 31 |
| Octal | 307 | 121 | 65 | 0 | 73 | 111 | 26 | 14 | 72 | 61 |
| Binary | 11000111 | 1010001 | 110101 | 0 | 111011 | 1001001 | 10110 | 1100 | 111010 | 110001 |
Color Harmonies of #C75135
Complementary color
Monochromatic Colors of #C75135
Black with #C75135
Text Example
Text Example
White with #C75135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75135; }
p { color: rgb(199,81,53); }
H1.HeaderClassName
{
color: #C75135;
}
.AnyTagClassName
{
color: #C75135;
}
</style>
background-color css
<style>
a { background-color: #C75135; }
a { background-color: rgb(199,81,53); }
div.DivClassName
{
background-color: #C75135;
}
.BgClassName
{
background-color: #C75135;
}
</style>
border-color css
<style>
span { border-color: #C75135; }
span { border-color: rgb(199,81,53); }
td.TdClassName
{
border-color: #C75135;
}
.TagClassName
{
border-color: #C75135;
}
</style>