Shades of Trinidad #C75138
Tints of Trinidad #C75138
RGB
CMYK
RGB Variations
Color information
#C75138 (or 0xC75138) is known color: Trinidad. HEX triplet: C7, 51 and 38. RGB value is (199,81,56). Sum of RGB (Red+Green+Blue) = 199+81+56=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C75138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75138 is #38AEC7. Grayscale: #717171. Windows color (decimal): -3714760 or 3690951. OLE color: 3690951.
HSL color Cylindrical-coordinate representation of color #C75138: hue angle of 10.49º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C75138 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 56 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.22 |
| HSL | 10.49º | 0.56% | 0.5% | - |
| HSV(B) | 10.49º | 0.72% | 0.78% | - |
| XYZ | 27.21 | 18.31 | 5.84 | - |
| YUV | 113.43 | 95.59 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 56 | 0 | 0.59 | 0.72 | 0.22 | 10.49 | 0.56 | 0.5 |
| Hex | C7 | 51 | 38 | 0 | 3B | 48 | 16 | A | 38 | 32 |
| Octal | 307 | 121 | 70 | 0 | 73 | 110 | 26 | 12 | 70 | 62 |
| Binary | 11000111 | 1010001 | 111000 | 0 | 111011 | 1001000 | 10110 | 1010 | 111000 | 110010 |
Color Harmonies of #C75138
Complementary color
Monochromatic Colors of #C75138
Black with #C75138
Text Example
Text Example
White with #C75138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75138; }
p { color: rgb(199,81,56); }
H1.HeaderClassName
{
color: #C75138;
}
.AnyTagClassName
{
color: #C75138;
}
</style>
background-color css
<style>
a { background-color: #C75138; }
a { background-color: rgb(199,81,56); }
div.DivClassName
{
background-color: #C75138;
}
.BgClassName
{
background-color: #C75138;
}
</style>
border-color css
<style>
span { border-color: #C75138; }
span { border-color: rgb(199,81,56); }
td.TdClassName
{
border-color: #C75138;
}
.TagClassName
{
border-color: #C75138;
}
</style>