Shades of Trinidad #C75129
Tints of Trinidad #C75129
RGB
CMYK
RGB Variations
Color information
#C75129 (or 0xC75129) is known color: Trinidad. HEX triplet: C7, 51 and 29. RGB value is (199,81,41). Sum of RGB (Red+Green+Blue) = 199+81+41=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C75129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75129 is #38AED6. Grayscale: #707070. Windows color (decimal): -3714775 or 2707911. OLE color: 2707911.
HSL color Cylindrical-coordinate representation of color #C75129: hue angle of 15.19º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C75129 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 41 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.22 |
| HSL | 15.19º | 0.66% | 0.47% | - |
| HSV(B) | 15.19º | 0.79% | 0.78% | - |
| XYZ | 26.9 | 18.19 | 4.19 | - |
| YUV | 111.72 | 88.09 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 41 | 0 | 0.59 | 0.79 | 0.22 | 15.19 | 0.66 | 0.47 |
| Hex | C7 | 51 | 29 | 0 | 3B | 4F | 16 | F | 42 | 2F |
| Octal | 307 | 121 | 51 | 0 | 73 | 117 | 26 | 17 | 102 | 57 |
| Binary | 11000111 | 1010001 | 101001 | 0 | 111011 | 1001111 | 10110 | 1111 | 1000010 | 101111 |
Color Harmonies of #C75129
Complementary color
Monochromatic Colors of #C75129
Black with #C75129
Text Example
Text Example
White with #C75129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75129; }
p { color: rgb(199,81,41); }
H1.HeaderClassName
{
color: #C75129;
}
.AnyTagClassName
{
color: #C75129;
}
</style>
background-color css
<style>
a { background-color: #C75129; }
a { background-color: rgb(199,81,41); }
div.DivClassName
{
background-color: #C75129;
}
.BgClassName
{
background-color: #C75129;
}
</style>
border-color css
<style>
span { border-color: #C75129; }
span { border-color: rgb(199,81,41); }
td.TdClassName
{
border-color: #C75129;
}
.TagClassName
{
border-color: #C75129;
}
</style>