Shades of Trinidad #C74721
Tints of Trinidad #C74721
RGB
CMYK
RGB Variations
Color information
#C74721 (or 0xC74721) is known color: Trinidad. HEX triplet: C7, 47 and 21. RGB value is (199,71,33). Sum of RGB (Red+Green+Blue) = 199+71+33=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C74721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74721 is #38B8DE. Grayscale: #696969. Windows color (decimal): -3717343 or 2181063. OLE color: 2181063.
HSL color Cylindrical-coordinate representation of color #C74721: hue angle of 13.73º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C74721 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 33 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.22 |
| HSL | 13.73º | 0.72% | 0.45% | - |
| HSV(B) | 13.73º | 0.83% | 0.78% | - |
| XYZ | 26.08 | 16.76 | 3.3 | - |
| YUV | 104.94 | 87.41 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 33 | 0 | 0.64 | 0.83 | 0.22 | 13.73 | 0.72 | 0.45 |
| Hex | C7 | 47 | 21 | 0 | 40 | 53 | 16 | E | 48 | 2D |
| Octal | 307 | 107 | 41 | 0 | 100 | 123 | 26 | 16 | 110 | 55 |
| Binary | 11000111 | 1000111 | 100001 | 0 | 1000000 | 1010011 | 10110 | 1110 | 1001000 | 101101 |
Color Harmonies of #C74721
Complementary color
Monochromatic Colors of #C74721
Black with #C74721
Text Example
Text Example
White with #C74721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74721; }
p { color: rgb(199,71,33); }
H1.HeaderClassName
{
color: #C74721;
}
.AnyTagClassName
{
color: #C74721;
}
</style>
background-color css
<style>
a { background-color: #C74721; }
a { background-color: rgb(199,71,33); }
div.DivClassName
{
background-color: #C74721;
}
.BgClassName
{
background-color: #C74721;
}
</style>
border-color css
<style>
span { border-color: #C74721; }
span { border-color: rgb(199,71,33); }
td.TdClassName
{
border-color: #C74721;
}
.TagClassName
{
border-color: #C74721;
}
</style>