Shades of Trinidad #C74F1F
Tints of Trinidad #C74F1F
RGB
CMYK
RGB Variations
Color information
#C74F1F (or 0xC74F1F) is known color: Trinidad. HEX triplet: C7, 4F and 1F. RGB value is (199,79,31). Sum of RGB (Red+Green+Blue) = 199+79+31=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74F1F is #38B0E0. Grayscale: #6D6D6D. Windows color (decimal): -3715297 or 2052039. OLE color: 2052039.
HSL color Cylindrical-coordinate representation of color #C74F1F: hue angle of 17.14º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C74F1F is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 31 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.22 |
| HSL | 17.14º | 0.73% | 0.45% | - |
| HSV(B) | 17.14º | 0.84% | 0.78% | - |
| XYZ | 26.6 | 17.83 | 3.34 | - |
| YUV | 109.41 | 83.76 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 31 | 0 | 0.60 | 0.84 | 0.22 | 17.14 | 0.73 | 0.45 |
| Hex | C7 | 4F | 1F | 0 | 3C | 54 | 16 | 11 | 49 | 2D |
| Octal | 307 | 117 | 37 | 0 | 74 | 124 | 26 | 21 | 111 | 55 |
| Binary | 11000111 | 1001111 | 11111 | 0 | 111100 | 1010100 | 10110 | 10001 | 1001001 | 101101 |
Color Harmonies of #C74F1F
Complementary color
Monochromatic Colors of #C74F1F
Black with #C74F1F
Text Example
Text Example
White with #C74F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F1F; }
p { color: rgb(199,79,31); }
H1.HeaderClassName
{
color: #C74F1F;
}
.AnyTagClassName
{
color: #C74F1F;
}
</style>
background-color css
<style>
a { background-color: #C74F1F; }
a { background-color: rgb(199,79,31); }
div.DivClassName
{
background-color: #C74F1F;
}
.BgClassName
{
background-color: #C74F1F;
}
</style>
border-color css
<style>
span { border-color: #C74F1F; }
span { border-color: rgb(199,79,31); }
td.TdClassName
{
border-color: #C74F1F;
}
.TagClassName
{
border-color: #C74F1F;
}
</style>