Shades of Trinidad #C74E34
Tints of Trinidad #C74E34
RGB
CMYK
RGB Variations
Color information
#C74E34 (or 0xC74E34) is known color: Trinidad. HEX triplet: C7, 4E and 34. RGB value is (199,78,52). Sum of RGB (Red+Green+Blue) = 199+78+52=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74E34 is #38B1CB. Grayscale: #6F6F6F. Windows color (decimal): -3715532 or 3428039. OLE color: 3428039.
HSL color Cylindrical-coordinate representation of color #C74E34: hue angle of 10.61º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C74E34 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 52 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.22 |
| HSL | 10.61º | 0.59% | 0.49% | - |
| HSV(B) | 10.61º | 0.74% | 0.78% | - |
| XYZ | 26.9 | 17.84 | 5.27 | - |
| YUV | 111.22 | 94.59 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 52 | 0 | 0.61 | 0.74 | 0.22 | 10.61 | 0.59 | 0.49 |
| Hex | C7 | 4E | 34 | 0 | 3D | 4A | 16 | B | 3B | 31 |
| Octal | 307 | 116 | 64 | 0 | 75 | 112 | 26 | 13 | 73 | 61 |
| Binary | 11000111 | 1001110 | 110100 | 0 | 111101 | 1001010 | 10110 | 1011 | 111011 | 110001 |
Color Harmonies of #C74E34
Complementary color
Monochromatic Colors of #C74E34
Black with #C74E34
Text Example
Text Example
White with #C74E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E34; }
p { color: rgb(199,78,52); }
H1.HeaderClassName
{
color: #C74E34;
}
.AnyTagClassName
{
color: #C74E34;
}
</style>
background-color css
<style>
a { background-color: #C74E34; }
a { background-color: rgb(199,78,52); }
div.DivClassName
{
background-color: #C74E34;
}
.BgClassName
{
background-color: #C74E34;
}
</style>
border-color css
<style>
span { border-color: #C74E34; }
span { border-color: rgb(199,78,52); }
td.TdClassName
{
border-color: #C74E34;
}
.TagClassName
{
border-color: #C74E34;
}
</style>