Shades of Trinidad #C74F2B
Tints of Trinidad #C74F2B
RGB
CMYK
RGB Variations
Color information
#C74F2B (or 0xC74F2B) is known color: Trinidad. HEX triplet: C7, 4F and 2B. RGB value is (199,79,43). Sum of RGB (Red+Green+Blue) = 199+79+43=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74F2B is #38B0D4. Grayscale: #6F6F6F. Windows color (decimal): -3715285 or 2838471. OLE color: 2838471.
HSL color Cylindrical-coordinate representation of color #C74F2B: hue angle of 13.85º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C74F2B is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 43 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.22 |
| HSL | 13.85º | 0.64% | 0.47% | - |
| HSV(B) | 13.85º | 0.78% | 0.78% | - |
| XYZ | 26.79 | 17.91 | 4.33 | - |
| YUV | 110.78 | 89.76 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 43 | 0 | 0.60 | 0.78 | 0.22 | 13.85 | 0.64 | 0.47 |
| Hex | C7 | 4F | 2B | 0 | 3C | 4E | 16 | E | 40 | 2F |
| Octal | 307 | 117 | 53 | 0 | 74 | 116 | 26 | 16 | 100 | 57 |
| Binary | 11000111 | 1001111 | 101011 | 0 | 111100 | 1001110 | 10110 | 1110 | 1000000 | 101111 |
Color Harmonies of #C74F2B
Complementary color
Monochromatic Colors of #C74F2B
Black with #C74F2B
Text Example
Text Example
White with #C74F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F2B; }
p { color: rgb(199,79,43); }
H1.HeaderClassName
{
color: #C74F2B;
}
.AnyTagClassName
{
color: #C74F2B;
}
</style>
background-color css
<style>
a { background-color: #C74F2B; }
a { background-color: rgb(199,79,43); }
div.DivClassName
{
background-color: #C74F2B;
}
.BgClassName
{
background-color: #C74F2B;
}
</style>
border-color css
<style>
span { border-color: #C74F2B; }
span { border-color: rgb(199,79,43); }
td.TdClassName
{
border-color: #C74F2B;
}
.TagClassName
{
border-color: #C74F2B;
}
</style>