Shades of Trinidad #C74E26
Tints of Trinidad #C74E26
RGB
CMYK
RGB Variations
Color information
#C74E26 (or 0xC74E26) is known color: Trinidad. HEX triplet: C7, 4E and 26. RGB value is (199,78,38). Sum of RGB (Red+Green+Blue) = 199+78+38=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74E26 is #38B1D9. Grayscale: #6D6D6D. Windows color (decimal): -3715546 or 2510535. OLE color: 2510535.
HSL color Cylindrical-coordinate representation of color #C74E26: hue angle of 14.91º degrees, saturation: 0.68, 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 #C74E26 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 38 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.22 |
| HSL | 14.91º | 0.68% | 0.46% | - |
| HSV(B) | 14.91º | 0.81% | 0.78% | - |
| XYZ | 26.63 | 17.73 | 3.85 | - |
| YUV | 109.62 | 87.59 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 38 | 0 | 0.61 | 0.81 | 0.22 | 14.91 | 0.68 | 0.46 |
| Hex | C7 | 4E | 26 | 0 | 3D | 51 | 16 | F | 44 | 2E |
| Octal | 307 | 116 | 46 | 0 | 75 | 121 | 26 | 17 | 104 | 56 |
| Binary | 11000111 | 1001110 | 100110 | 0 | 111101 | 1010001 | 10110 | 1111 | 1000100 | 101110 |
Color Harmonies of #C74E26
Complementary color
Monochromatic Colors of #C74E26
Black with #C74E26
Text Example
Text Example
White with #C74E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E26; }
p { color: rgb(199,78,38); }
H1.HeaderClassName
{
color: #C74E26;
}
.AnyTagClassName
{
color: #C74E26;
}
</style>
background-color css
<style>
a { background-color: #C74E26; }
a { background-color: rgb(199,78,38); }
div.DivClassName
{
background-color: #C74E26;
}
.BgClassName
{
background-color: #C74E26;
}
</style>
border-color css
<style>
span { border-color: #C74E26; }
span { border-color: rgb(199,78,38); }
td.TdClassName
{
border-color: #C74E26;
}
.TagClassName
{
border-color: #C74E26;
}
</style>