Shades of Trinidad #C74F21
Tints of Trinidad #C74F21
RGB
CMYK
RGB Variations
Color information
#C74F21 (or 0xC74F21) is known color: Trinidad. HEX triplet: C7, 4F and 21. RGB value is (199,79,33). Sum of RGB (Red+Green+Blue) = 199+79+33=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74F21 is #38B0DE. Grayscale: #6D6D6D. Windows color (decimal): -3715295 or 2183111. OLE color: 2183111.
HSL color Cylindrical-coordinate representation of color #C74F21: hue angle of 16.63º 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 #C74F21 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 33 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.22 |
| HSL | 16.63º | 0.72% | 0.45% | - |
| HSV(B) | 16.63º | 0.83% | 0.78% | - |
| XYZ | 26.62 | 17.84 | 3.48 | - |
| YUV | 109.64 | 84.76 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 33 | 0 | 0.60 | 0.83 | 0.22 | 16.63 | 0.72 | 0.45 |
| Hex | C7 | 4F | 21 | 0 | 3C | 53 | 16 | 11 | 48 | 2D |
| Octal | 307 | 117 | 41 | 0 | 74 | 123 | 26 | 21 | 110 | 55 |
| Binary | 11000111 | 1001111 | 100001 | 0 | 111100 | 1010011 | 10110 | 10001 | 1001000 | 101101 |
Color Harmonies of #C74F21
Complementary color
Monochromatic Colors of #C74F21
Black with #C74F21
Text Example
Text Example
White with #C74F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F21; }
p { color: rgb(199,79,33); }
H1.HeaderClassName
{
color: #C74F21;
}
.AnyTagClassName
{
color: #C74F21;
}
</style>
background-color css
<style>
a { background-color: #C74F21; }
a { background-color: rgb(199,79,33); }
div.DivClassName
{
background-color: #C74F21;
}
.BgClassName
{
background-color: #C74F21;
}
</style>
border-color css
<style>
span { border-color: #C74F21; }
span { border-color: rgb(199,79,33); }
td.TdClassName
{
border-color: #C74F21;
}
.TagClassName
{
border-color: #C74F21;
}
</style>