Shades of Trinidad #C7551F
Tints of Trinidad #C7551F
RGB
CMYK
RGB Variations
Color information
#C7551F (or 0xC7551F) is known color: Trinidad. HEX triplet: C7, 55 and 1F. RGB value is (199,85,31). Sum of RGB (Red+Green+Blue) = 199+85+31=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7551F is #38AAE0. Grayscale: #717171. Windows color (decimal): -3713761 or 2053575. OLE color: 2053575.
HSL color Cylindrical-coordinate representation of color #C7551F: hue angle of 19.29º 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 #C7551F is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 31 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.22 |
| HSL | 19.29º | 0.73% | 0.45% | - |
| HSV(B) | 19.29º | 0.84% | 0.78% | - |
| XYZ | 27.05 | 18.74 | 3.49 | - |
| YUV | 112.93 | 81.77 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 31 | 0 | 0.57 | 0.84 | 0.22 | 19.29 | 0.73 | 0.45 |
| Hex | C7 | 55 | 1F | 0 | 39 | 54 | 16 | 13 | 49 | 2D |
| Octal | 307 | 125 | 37 | 0 | 71 | 124 | 26 | 23 | 111 | 55 |
| Binary | 11000111 | 1010101 | 11111 | 0 | 111001 | 1010100 | 10110 | 10011 | 1001001 | 101101 |
Color Harmonies of #C7551F
Complementary color
Monochromatic Colors of #C7551F
Black with #C7551F
Text Example
Text Example
White with #C7551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7551F; }
p { color: rgb(199,85,31); }
H1.HeaderClassName
{
color: #C7551F;
}
.AnyTagClassName
{
color: #C7551F;
}
</style>
background-color css
<style>
a { background-color: #C7551F; }
a { background-color: rgb(199,85,31); }
div.DivClassName
{
background-color: #C7551F;
}
.BgClassName
{
background-color: #C7551F;
}
</style>
border-color css
<style>
span { border-color: #C7551F; }
span { border-color: rgb(199,85,31); }
td.TdClassName
{
border-color: #C7551F;
}
.TagClassName
{
border-color: #C7551F;
}
</style>