Shades of Trinidad #C74E23
Tints of Trinidad #C74E23
RGB
CMYK
RGB Variations
Color information
#C74E23 (or 0xC74E23) is known color: Trinidad. HEX triplet: C7, 4E and 23. RGB value is (199,78,35). Sum of RGB (Red+Green+Blue) = 199+78+35=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74E23 is #38B1DC. Grayscale: #6D6D6D. Windows color (decimal): -3715549 or 2313927. OLE color: 2313927.
HSL color Cylindrical-coordinate representation of color #C74E23: hue angle of 15.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C74E23 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 35 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.22 |
| HSL | 15.73º | 0.7% | 0.46% | - |
| HSV(B) | 15.73º | 0.82% | 0.78% | - |
| XYZ | 26.58 | 17.71 | 3.61 | - |
| YUV | 109.28 | 86.09 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 35 | 0 | 0.61 | 0.82 | 0.22 | 15.73 | 0.7 | 0.46 |
| Hex | C7 | 4E | 23 | 0 | 3D | 52 | 16 | 10 | 46 | 2E |
| Octal | 307 | 116 | 43 | 0 | 75 | 122 | 26 | 20 | 106 | 56 |
| Binary | 11000111 | 1001110 | 100011 | 0 | 111101 | 1010010 | 10110 | 10000 | 1000110 | 101110 |
Color Harmonies of #C74E23
Complementary color
Monochromatic Colors of #C74E23
Black with #C74E23
Text Example
Text Example
White with #C74E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E23; }
p { color: rgb(199,78,35); }
H1.HeaderClassName
{
color: #C74E23;
}
.AnyTagClassName
{
color: #C74E23;
}
</style>
background-color css
<style>
a { background-color: #C74E23; }
a { background-color: rgb(199,78,35); }
div.DivClassName
{
background-color: #C74E23;
}
.BgClassName
{
background-color: #C74E23;
}
</style>
border-color css
<style>
span { border-color: #C74E23; }
span { border-color: rgb(199,78,35); }
td.TdClassName
{
border-color: #C74E23;
}
.TagClassName
{
border-color: #C74E23;
}
</style>