Shades of Trinidad #C75231
Tints of Trinidad #C75231
RGB
CMYK
RGB Variations
Color information
#C75231 (or 0xC75231) is known color: Trinidad. HEX triplet: C7, 52 and 31. RGB value is (199,82,49). Sum of RGB (Red+Green+Blue) = 199+82+49=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C75231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75231 is #38ADCE. Grayscale: #717171. Windows color (decimal): -3714511 or 3232455. OLE color: 3232455.
HSL color Cylindrical-coordinate representation of color #C75231: hue angle of 13.2º 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 #C75231 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 49 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.22 |
| HSL | 13.2º | 0.6% | 0.49% | - |
| HSV(B) | 13.2º | 0.75% | 0.78% | - |
| XYZ | 27.12 | 18.4 | 5.03 | - |
| YUV | 113.22 | 91.76 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 49 | 0 | 0.59 | 0.75 | 0.22 | 13.2 | 0.6 | 0.49 |
| Hex | C7 | 52 | 31 | 0 | 3B | 4B | 16 | D | 3C | 31 |
| Octal | 307 | 122 | 61 | 0 | 73 | 113 | 26 | 15 | 74 | 61 |
| Binary | 11000111 | 1010010 | 110001 | 0 | 111011 | 1001011 | 10110 | 1101 | 111100 | 110001 |
Color Harmonies of #C75231
Complementary color
Monochromatic Colors of #C75231
Black with #C75231
Text Example
Text Example
White with #C75231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75231; }
p { color: rgb(199,82,49); }
H1.HeaderClassName
{
color: #C75231;
}
.AnyTagClassName
{
color: #C75231;
}
</style>
background-color css
<style>
a { background-color: #C75231; }
a { background-color: rgb(199,82,49); }
div.DivClassName
{
background-color: #C75231;
}
.BgClassName
{
background-color: #C75231;
}
</style>
border-color css
<style>
span { border-color: #C75231; }
span { border-color: rgb(199,82,49); }
td.TdClassName
{
border-color: #C75231;
}
.TagClassName
{
border-color: #C75231;
}
</style>