Shades of Trinidad #C74725
Tints of Trinidad #C74725
RGB
CMYK
RGB Variations
Color information
#C74725 (or 0xC74725) is known color: Trinidad. HEX triplet: C7, 47 and 25. RGB value is (199,71,37). Sum of RGB (Red+Green+Blue) = 199+71+37=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C74725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74725 is #38B8DA. Grayscale: #696969. Windows color (decimal): -3717339 or 2443207. OLE color: 2443207.
HSL color Cylindrical-coordinate representation of color #C74725: hue angle of 12.59º 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 #C74725 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 37 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.22 |
| HSL | 12.59º | 0.69% | 0.46% | - |
| HSV(B) | 12.59º | 0.81% | 0.78% | - |
| XYZ | 26.14 | 16.78 | 3.61 | - |
| YUV | 105.4 | 89.41 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 37 | 0 | 0.64 | 0.81 | 0.22 | 12.59 | 0.69 | 0.46 |
| Hex | C7 | 47 | 25 | 0 | 40 | 51 | 16 | D | 45 | 2E |
| Octal | 307 | 107 | 45 | 0 | 100 | 121 | 26 | 15 | 105 | 56 |
| Binary | 11000111 | 1000111 | 100101 | 0 | 1000000 | 1010001 | 10110 | 1101 | 1000101 | 101110 |
Color Harmonies of #C74725
Complementary color
Monochromatic Colors of #C74725
Black with #C74725
Text Example
Text Example
White with #C74725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74725; }
p { color: rgb(199,71,37); }
H1.HeaderClassName
{
color: #C74725;
}
.AnyTagClassName
{
color: #C74725;
}
</style>
background-color css
<style>
a { background-color: #C74725; }
a { background-color: rgb(199,71,37); }
div.DivClassName
{
background-color: #C74725;
}
.BgClassName
{
background-color: #C74725;
}
</style>
border-color css
<style>
span { border-color: #C74725; }
span { border-color: rgb(199,71,37); }
td.TdClassName
{
border-color: #C74725;
}
.TagClassName
{
border-color: #C74725;
}
</style>