Shades of Trinidad #C74F28
Tints of Trinidad #C74F28
RGB
CMYK
RGB Variations
Color information
#C74F28 (or 0xC74F28) is known color: Trinidad. HEX triplet: C7, 4F and 28. RGB value is (199,79,40). Sum of RGB (Red+Green+Blue) = 199+79+40=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74F28 is #38B0D7. Grayscale: #6E6E6E. Windows color (decimal): -3715288 or 2641863. OLE color: 2641863.
HSL color Cylindrical-coordinate representation of color #C74F28: hue angle of 14.72º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C74F28 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 40 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.22 |
| HSL | 14.72º | 0.67% | 0.47% | - |
| HSV(B) | 14.72º | 0.8% | 0.78% | - |
| XYZ | 26.73 | 17.89 | 4.05 | - |
| YUV | 110.43 | 88.26 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 40 | 0 | 0.60 | 0.80 | 0.22 | 14.72 | 0.67 | 0.47 |
| Hex | C7 | 4F | 28 | 0 | 3C | 50 | 16 | F | 43 | 2F |
| Octal | 307 | 117 | 50 | 0 | 74 | 120 | 26 | 17 | 103 | 57 |
| Binary | 11000111 | 1001111 | 101000 | 0 | 111100 | 1010000 | 10110 | 1111 | 1000011 | 101111 |
Color Harmonies of #C74F28
Complementary color
Monochromatic Colors of #C74F28
Black with #C74F28
Text Example
Text Example
White with #C74F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F28; }
p { color: rgb(199,79,40); }
H1.HeaderClassName
{
color: #C74F28;
}
.AnyTagClassName
{
color: #C74F28;
}
</style>
background-color css
<style>
a { background-color: #C74F28; }
a { background-color: rgb(199,79,40); }
div.DivClassName
{
background-color: #C74F28;
}
.BgClassName
{
background-color: #C74F28;
}
</style>
border-color css
<style>
span { border-color: #C74F28; }
span { border-color: rgb(199,79,40); }
td.TdClassName
{
border-color: #C74F28;
}
.TagClassName
{
border-color: #C74F28;
}
</style>