Shades of Trinidad #C74D34
Tints of Trinidad #C74D34
RGB
CMYK
RGB Variations
Color information
#C74D34 (or 0xC74D34) is known color: Trinidad. HEX triplet: C7, 4D and 34. RGB value is (199,77,52). Sum of RGB (Red+Green+Blue) = 199+77+52=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74D34 is #38B2CB. Grayscale: #6E6E6E. Windows color (decimal): -3715788 or 3427783. OLE color: 3427783.
HSL color Cylindrical-coordinate representation of color #C74D34: hue angle of 10.2º 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 #C74D34 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 52 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.22 |
| HSL | 10.2º | 0.59% | 0.49% | - |
| HSV(B) | 10.2º | 0.74% | 0.78% | - |
| XYZ | 26.83 | 17.7 | 5.25 | - |
| YUV | 110.63 | 94.92 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 52 | 0 | 0.61 | 0.74 | 0.22 | 10.2 | 0.59 | 0.49 |
| Hex | C7 | 4D | 34 | 0 | 3D | 4A | 16 | A | 3B | 31 |
| Octal | 307 | 115 | 64 | 0 | 75 | 112 | 26 | 12 | 73 | 61 |
| Binary | 11000111 | 1001101 | 110100 | 0 | 111101 | 1001010 | 10110 | 1010 | 111011 | 110001 |
Color Harmonies of #C74D34
Complementary color
Monochromatic Colors of #C74D34
Black with #C74D34
Text Example
Text Example
White with #C74D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D34; }
p { color: rgb(199,77,52); }
H1.HeaderClassName
{
color: #C74D34;
}
.AnyTagClassName
{
color: #C74D34;
}
</style>
background-color css
<style>
a { background-color: #C74D34; }
a { background-color: rgb(199,77,52); }
div.DivClassName
{
background-color: #C74D34;
}
.BgClassName
{
background-color: #C74D34;
}
</style>
border-color css
<style>
span { border-color: #C74D34; }
span { border-color: rgb(199,77,52); }
td.TdClassName
{
border-color: #C74D34;
}
.TagClassName
{
border-color: #C74D34;
}
</style>