Shades of Trinidad #C74E2A
Tints of Trinidad #C74E2A
RGB
CMYK
RGB Variations
Color information
#C74E2A (or 0xC74E2A) is known color: Trinidad. HEX triplet: C7, 4E and 2A. RGB value is (199,78,42). Sum of RGB (Red+Green+Blue) = 199+78+42=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74E2A is #38B1D5. Grayscale: #6E6E6E. Windows color (decimal): -3715542 or 2772679. OLE color: 2772679.
HSL color Cylindrical-coordinate representation of color #C74E2A: hue angle of 13.76º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C74E2A is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 42 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.22 |
| HSL | 13.76º | 0.65% | 0.47% | - |
| HSV(B) | 13.76º | 0.79% | 0.78% | - |
| XYZ | 26.7 | 17.76 | 4.21 | - |
| YUV | 110.08 | 89.59 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 42 | 0 | 0.61 | 0.79 | 0.22 | 13.76 | 0.65 | 0.47 |
| Hex | C7 | 4E | 2A | 0 | 3D | 4F | 16 | E | 41 | 2F |
| Octal | 307 | 116 | 52 | 0 | 75 | 117 | 26 | 16 | 101 | 57 |
| Binary | 11000111 | 1001110 | 101010 | 0 | 111101 | 1001111 | 10110 | 1110 | 1000001 | 101111 |
Color Harmonies of #C74E2A
Complementary color
Monochromatic Colors of #C74E2A
Black with #C74E2A
Text Example
Text Example
White with #C74E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E2A; }
p { color: rgb(199,78,42); }
H1.HeaderClassName
{
color: #C74E2A;
}
.AnyTagClassName
{
color: #C74E2A;
}
</style>
background-color css
<style>
a { background-color: #C74E2A; }
a { background-color: rgb(199,78,42); }
div.DivClassName
{
background-color: #C74E2A;
}
.BgClassName
{
background-color: #C74E2A;
}
</style>
border-color css
<style>
span { border-color: #C74E2A; }
span { border-color: rgb(199,78,42); }
td.TdClassName
{
border-color: #C74E2A;
}
.TagClassName
{
border-color: #C74E2A;
}
</style>