Shades of Trinidad #C75237
Tints of Trinidad #C75237
RGB
CMYK
RGB Variations
Color information
#C75237 (or 0xC75237) is known color: Trinidad. HEX triplet: C7, 52 and 37. RGB value is (199,82,55). Sum of RGB (Red+Green+Blue) = 199+82+55=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C75237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75237 is #38ADC8. Grayscale: #727272. Windows color (decimal): -3714505 or 3625671. OLE color: 3625671.
HSL color Cylindrical-coordinate representation of color #C75237: hue angle of 11.25º degrees, saturation: 0.57, 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 #C75237 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 55 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.22 |
| HSL | 11.25º | 0.57% | 0.5% | - |
| HSV(B) | 11.25º | 0.72% | 0.78% | - |
| XYZ | 27.26 | 18.45 | 5.74 | - |
| YUV | 113.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 55 | 0 | 0.59 | 0.72 | 0.22 | 11.25 | 0.57 | 0.5 |
| Hex | C7 | 52 | 37 | 0 | 3B | 48 | 16 | B | 39 | 32 |
| Octal | 307 | 122 | 67 | 0 | 73 | 110 | 26 | 13 | 71 | 62 |
| Binary | 11000111 | 1010010 | 110111 | 0 | 111011 | 1001000 | 10110 | 1011 | 111001 | 110010 |
Color Harmonies of #C75237
Complementary color
Monochromatic Colors of #C75237
Black with #C75237
Text Example
Text Example
White with #C75237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75237; }
p { color: rgb(199,82,55); }
H1.HeaderClassName
{
color: #C75237;
}
.AnyTagClassName
{
color: #C75237;
}
</style>
background-color css
<style>
a { background-color: #C75237; }
a { background-color: rgb(199,82,55); }
div.DivClassName
{
background-color: #C75237;
}
.BgClassName
{
background-color: #C75237;
}
</style>
border-color css
<style>
span { border-color: #C75237; }
span { border-color: rgb(199,82,55); }
td.TdClassName
{
border-color: #C75237;
}
.TagClassName
{
border-color: #C75237;
}
</style>