Shades of Trinidad #C75531
Tints of Trinidad #C75531
RGB
CMYK
RGB Variations
Color information
#C75531 (or 0xC75531) is known color: Trinidad. HEX triplet: C7, 55 and 31. RGB value is (199,85,49). Sum of RGB (Red+Green+Blue) = 199+85+49=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C75531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75531 is #38AACE. Grayscale: #737373. Windows color (decimal): -3713743 or 3233223. OLE color: 3233223.
HSL color Cylindrical-coordinate representation of color #C75531: hue angle of 14.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C75531 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 49 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.22 |
| HSL | 14.4º | 0.6% | 0.49% | - |
| HSV(B) | 14.4º | 0.75% | 0.78% | - |
| XYZ | 27.36 | 18.86 | 5.1 | - |
| YUV | 114.98 | 90.77 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 49 | 0 | 0.57 | 0.75 | 0.22 | 14.4 | 0.6 | 0.49 |
| Hex | C7 | 55 | 31 | 0 | 39 | 4B | 16 | E | 3C | 31 |
| Octal | 307 | 125 | 61 | 0 | 71 | 113 | 26 | 16 | 74 | 61 |
| Binary | 11000111 | 1010101 | 110001 | 0 | 111001 | 1001011 | 10110 | 1110 | 111100 | 110001 |
Color Harmonies of #C75531
Complementary color
Monochromatic Colors of #C75531
Black with #C75531
Text Example
Text Example
White with #C75531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75531; }
p { color: rgb(199,85,49); }
H1.HeaderClassName
{
color: #C75531;
}
.AnyTagClassName
{
color: #C75531;
}
</style>
background-color css
<style>
a { background-color: #C75531; }
a { background-color: rgb(199,85,49); }
div.DivClassName
{
background-color: #C75531;
}
.BgClassName
{
background-color: #C75531;
}
</style>
border-color css
<style>
span { border-color: #C75531; }
span { border-color: rgb(199,85,49); }
td.TdClassName
{
border-color: #C75531;
}
.TagClassName
{
border-color: #C75531;
}
</style>