Shades of Trinidad #C75125
Tints of Trinidad #C75125
RGB
CMYK
RGB Variations
Color information
#C75125 (or 0xC75125) is known color: Trinidad. HEX triplet: C7, 51 and 25. RGB value is (199,81,37). Sum of RGB (Red+Green+Blue) = 199+81+37=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C75125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75125 is #38AEDA. Grayscale: #6F6F6F. Windows color (decimal): -3714779 or 2445767. OLE color: 2445767.
HSL color Cylindrical-coordinate representation of color #C75125: hue angle of 16.3º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C75125 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 37 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.22 |
| HSL | 16.3º | 0.69% | 0.46% | - |
| HSV(B) | 16.3º | 0.81% | 0.78% | - |
| XYZ | 26.83 | 18.16 | 3.84 | - |
| YUV | 111.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 37 | 0 | 0.59 | 0.81 | 0.22 | 16.3 | 0.69 | 0.46 |
| Hex | C7 | 51 | 25 | 0 | 3B | 51 | 16 | 10 | 45 | 2E |
| Octal | 307 | 121 | 45 | 0 | 73 | 121 | 26 | 20 | 105 | 56 |
| Binary | 11000111 | 1010001 | 100101 | 0 | 111011 | 1010001 | 10110 | 10000 | 1000101 | 101110 |
Color Harmonies of #C75125
Complementary color
Monochromatic Colors of #C75125
Black with #C75125
Text Example
Text Example
White with #C75125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75125; }
p { color: rgb(199,81,37); }
H1.HeaderClassName
{
color: #C75125;
}
.AnyTagClassName
{
color: #C75125;
}
</style>
background-color css
<style>
a { background-color: #C75125; }
a { background-color: rgb(199,81,37); }
div.DivClassName
{
background-color: #C75125;
}
.BgClassName
{
background-color: #C75125;
}
</style>
border-color css
<style>
span { border-color: #C75125; }
span { border-color: rgb(199,81,37); }
td.TdClassName
{
border-color: #C75125;
}
.TagClassName
{
border-color: #C75125;
}
</style>