Shades of Trinidad #C74A29
Tints of Trinidad #C74A29
RGB
CMYK
RGB Variations
Color information
#C74A29 (or 0xC74A29) is known color: Trinidad. HEX triplet: C7, 4A and 29. RGB value is (199,74,41). Sum of RGB (Red+Green+Blue) = 199+74+41=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74A29 is #38B5D6. Grayscale: #6B6B6B. Windows color (decimal): -3716567 or 2706119. OLE color: 2706119.
HSL color Cylindrical-coordinate representation of color #C74A29: hue angle of 12.53º degrees, saturation: 0.66, 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 #C74A29 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 41 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.22 |
| HSL | 12.53º | 0.66% | 0.47% | - |
| HSV(B) | 12.53º | 0.79% | 0.78% | - |
| XYZ | 26.4 | 17.2 | 4.03 | - |
| YUV | 107.61 | 90.41 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 41 | 0 | 0.63 | 0.79 | 0.22 | 12.53 | 0.66 | 0.47 |
| Hex | C7 | 4A | 29 | 0 | 3F | 4F | 16 | D | 42 | 2F |
| Octal | 307 | 112 | 51 | 0 | 77 | 117 | 26 | 15 | 102 | 57 |
| Binary | 11000111 | 1001010 | 101001 | 0 | 111111 | 1001111 | 10110 | 1101 | 1000010 | 101111 |
Color Harmonies of #C74A29
Complementary color
Monochromatic Colors of #C74A29
Black with #C74A29
Text Example
Text Example
White with #C74A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A29; }
p { color: rgb(199,74,41); }
H1.HeaderClassName
{
color: #C74A29;
}
.AnyTagClassName
{
color: #C74A29;
}
</style>
background-color css
<style>
a { background-color: #C74A29; }
a { background-color: rgb(199,74,41); }
div.DivClassName
{
background-color: #C74A29;
}
.BgClassName
{
background-color: #C74A29;
}
</style>
border-color css
<style>
span { border-color: #C74A29; }
span { border-color: rgb(199,74,41); }
td.TdClassName
{
border-color: #C74A29;
}
.TagClassName
{
border-color: #C74A29;
}
</style>