Shades of Trinidad #C74E33
Tints of Trinidad #C74E33
RGB
CMYK
RGB Variations
Color information
#C74E33 (or 0xC74E33) is known color: Trinidad. HEX triplet: C7, 4E and 33. RGB value is (199,78,51). Sum of RGB (Red+Green+Blue) = 199+78+51=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74E33 is #38B1CC. Grayscale: #6F6F6F. Windows color (decimal): -3715533 or 3362503. OLE color: 3362503.
HSL color Cylindrical-coordinate representation of color #C74E33: hue angle of 10.95º 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 #C74E33 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 51 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.22 |
| HSL | 10.95º | 0.59% | 0.49% | - |
| HSV(B) | 10.95º | 0.74% | 0.78% | - |
| XYZ | 26.88 | 17.83 | 5.16 | - |
| YUV | 111.1 | 94.09 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 51 | 0 | 0.61 | 0.74 | 0.22 | 10.95 | 0.59 | 0.49 |
| Hex | C7 | 4E | 33 | 0 | 3D | 4A | 16 | B | 3B | 31 |
| Octal | 307 | 116 | 63 | 0 | 75 | 112 | 26 | 13 | 73 | 61 |
| Binary | 11000111 | 1001110 | 110011 | 0 | 111101 | 1001010 | 10110 | 1011 | 111011 | 110001 |
Color Harmonies of #C74E33
Complementary color
Monochromatic Colors of #C74E33
Black with #C74E33
Text Example
Text Example
White with #C74E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E33; }
p { color: rgb(199,78,51); }
H1.HeaderClassName
{
color: #C74E33;
}
.AnyTagClassName
{
color: #C74E33;
}
</style>
background-color css
<style>
a { background-color: #C74E33; }
a { background-color: rgb(199,78,51); }
div.DivClassName
{
background-color: #C74E33;
}
.BgClassName
{
background-color: #C74E33;
}
</style>
border-color css
<style>
span { border-color: #C74E33; }
span { border-color: rgb(199,78,51); }
td.TdClassName
{
border-color: #C74E33;
}
.TagClassName
{
border-color: #C74E33;
}
</style>