Shades of Trinidad #C74F34
Tints of Trinidad #C74F34
RGB
CMYK
RGB Variations
Color information
#C74F34 (or 0xC74F34) is known color: Trinidad. HEX triplet: C7, 4F and 34. RGB value is (199,79,52). Sum of RGB (Red+Green+Blue) = 199+79+52=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74F34 is #38B0CB. Grayscale: #707070. Windows color (decimal): -3715276 or 3428295. OLE color: 3428295.
HSL color Cylindrical-coordinate representation of color #C74F34: hue angle of 11.02º 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 #C74F34 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 52 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.22 |
| HSL | 11.02º | 0.59% | 0.49% | - |
| HSV(B) | 11.02º | 0.74% | 0.78% | - |
| XYZ | 26.97 | 17.98 | 5.3 | - |
| YUV | 111.8 | 94.26 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 52 | 0 | 0.60 | 0.74 | 0.22 | 11.02 | 0.59 | 0.49 |
| Hex | C7 | 4F | 34 | 0 | 3C | 4A | 16 | B | 3B | 31 |
| Octal | 307 | 117 | 64 | 0 | 74 | 112 | 26 | 13 | 73 | 61 |
| Binary | 11000111 | 1001111 | 110100 | 0 | 111100 | 1001010 | 10110 | 1011 | 111011 | 110001 |
Color Harmonies of #C74F34
Complementary color
Monochromatic Colors of #C74F34
Black with #C74F34
Text Example
Text Example
White with #C74F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F34; }
p { color: rgb(199,79,52); }
H1.HeaderClassName
{
color: #C74F34;
}
.AnyTagClassName
{
color: #C74F34;
}
</style>
background-color css
<style>
a { background-color: #C74F34; }
a { background-color: rgb(199,79,52); }
div.DivClassName
{
background-color: #C74F34;
}
.BgClassName
{
background-color: #C74F34;
}
</style>
border-color css
<style>
span { border-color: #C74F34; }
span { border-color: rgb(199,79,52); }
td.TdClassName
{
border-color: #C74F34;
}
.TagClassName
{
border-color: #C74F34;
}
</style>