Shades of Trinidad #C74329
Tints of Trinidad #C74329
RGB
CMYK
RGB Variations
Color information
#C74329 (or 0xC74329) is known color: Trinidad. HEX triplet: C7, 43 and 29. RGB value is (199,67,41). Sum of RGB (Red+Green+Blue) = 199+67+41=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C74329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74329 is #38BCD6. Grayscale: #676767. Windows color (decimal): -3718359 or 2704327. OLE color: 2704327.
HSL color Cylindrical-coordinate representation of color #C74329: hue angle of 9.87º 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 #C74329 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 41 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.22 |
| HSL | 9.87º | 0.66% | 0.47% | - |
| HSV(B) | 9.87º | 0.79% | 0.78% | - |
| XYZ | 25.96 | 16.32 | 3.88 | - |
| YUV | 103.5 | 92.73 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 41 | 0 | 0.66 | 0.79 | 0.22 | 9.87 | 0.66 | 0.47 |
| Hex | C7 | 43 | 29 | 0 | 42 | 4F | 16 | A | 42 | 2F |
| Octal | 307 | 103 | 51 | 0 | 102 | 117 | 26 | 12 | 102 | 57 |
| Binary | 11000111 | 1000011 | 101001 | 0 | 1000010 | 1001111 | 10110 | 1010 | 1000010 | 101111 |
Color Harmonies of #C74329
Complementary color
Monochromatic Colors of #C74329
Black with #C74329
Text Example
Text Example
White with #C74329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74329; }
p { color: rgb(199,67,41); }
H1.HeaderClassName
{
color: #C74329;
}
.AnyTagClassName
{
color: #C74329;
}
</style>
background-color css
<style>
a { background-color: #C74329; }
a { background-color: rgb(199,67,41); }
div.DivClassName
{
background-color: #C74329;
}
.BgClassName
{
background-color: #C74329;
}
</style>
border-color css
<style>
span { border-color: #C74329; }
span { border-color: rgb(199,67,41); }
td.TdClassName
{
border-color: #C74329;
}
.TagClassName
{
border-color: #C74329;
}
</style>