Shades of Trinidad #C74827
Tints of Trinidad #C74827
RGB
CMYK
RGB Variations
Color information
#C74827 (or 0xC74827) is known color: Trinidad. HEX triplet: C7, 48 and 27. RGB value is (199,72,39). Sum of RGB (Red+Green+Blue) = 199+72+39=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C74827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74827 is #38B7D8. Grayscale: #6A6A6A. Windows color (decimal): -3717081 or 2574535. OLE color: 2574535.
HSL color Cylindrical-coordinate representation of color #C74827: hue angle of 12.38º 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 #C74827 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 39 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.22 |
| HSL | 12.38º | 0.67% | 0.47% | - |
| HSV(B) | 12.38º | 0.8% | 0.78% | - |
| XYZ | 26.24 | 16.92 | 3.8 | - |
| YUV | 106.21 | 90.08 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 39 | 0 | 0.64 | 0.80 | 0.22 | 12.38 | 0.67 | 0.47 |
| Hex | C7 | 48 | 27 | 0 | 40 | 50 | 16 | C | 43 | 2F |
| Octal | 307 | 110 | 47 | 0 | 100 | 120 | 26 | 14 | 103 | 57 |
| Binary | 11000111 | 1001000 | 100111 | 0 | 1000000 | 1010000 | 10110 | 1100 | 1000011 | 101111 |
Color Harmonies of #C74827
Complementary color
Monochromatic Colors of #C74827
Black with #C74827
Text Example
Text Example
White with #C74827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74827; }
p { color: rgb(199,72,39); }
H1.HeaderClassName
{
color: #C74827;
}
.AnyTagClassName
{
color: #C74827;
}
</style>
background-color css
<style>
a { background-color: #C74827; }
a { background-color: rgb(199,72,39); }
div.DivClassName
{
background-color: #C74827;
}
.BgClassName
{
background-color: #C74827;
}
</style>
border-color css
<style>
span { border-color: #C74827; }
span { border-color: rgb(199,72,39); }
td.TdClassName
{
border-color: #C74827;
}
.TagClassName
{
border-color: #C74827;
}
</style>