Shades of Trinidad #C74A2C
Tints of Trinidad #C74A2C
RGB
CMYK
RGB Variations
Color information
#C74A2C (or 0xC74A2C) is known color: Trinidad. HEX triplet: C7, 4A and 2C. RGB value is (199,74,44). Sum of RGB (Red+Green+Blue) = 199+74+44=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74A2C is #38B5D3. Grayscale: #6C6C6C. Windows color (decimal): -3716564 or 2902727. OLE color: 2902727.
HSL color Cylindrical-coordinate representation of color #C74A2C: hue angle of 11.61º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C74A2C is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 44 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.22 |
| HSL | 11.61º | 0.64% | 0.48% | - |
| HSV(B) | 11.61º | 0.78% | 0.78% | - |
| XYZ | 26.46 | 17.22 | 4.31 | - |
| YUV | 107.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 44 | 0 | 0.63 | 0.78 | 0.22 | 11.61 | 0.64 | 0.48 |
| Hex | C7 | 4A | 2C | 0 | 3F | 4E | 16 | C | 40 | 30 |
| Octal | 307 | 112 | 54 | 0 | 77 | 116 | 26 | 14 | 100 | 60 |
| Binary | 11000111 | 1001010 | 101100 | 0 | 111111 | 1001110 | 10110 | 1100 | 1000000 | 110000 |
Color Harmonies of #C74A2C
Complementary color
Monochromatic Colors of #C74A2C
Black with #C74A2C
Text Example
Text Example
White with #C74A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A2C; }
p { color: rgb(199,74,44); }
H1.HeaderClassName
{
color: #C74A2C;
}
.AnyTagClassName
{
color: #C74A2C;
}
</style>
background-color css
<style>
a { background-color: #C74A2C; }
a { background-color: rgb(199,74,44); }
div.DivClassName
{
background-color: #C74A2C;
}
.BgClassName
{
background-color: #C74A2C;
}
</style>
border-color css
<style>
span { border-color: #C74A2C; }
span { border-color: rgb(199,74,44); }
td.TdClassName
{
border-color: #C74A2C;
}
.TagClassName
{
border-color: #C74A2C;
}
</style>