Shades of Trinidad #C7511C
Tints of Trinidad #C7511C
RGB
CMYK
RGB Variations
Color information
#C7511C (or 0xC7511C) is known color: Trinidad. HEX triplet: C7, 51 and 1C. RGB value is (199,81,28). Sum of RGB (Red+Green+Blue) = 199+81+28=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C7511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7511C is #38AEE3. Grayscale: #6E6E6E. Windows color (decimal): -3714788 or 1855943. OLE color: 1855943.
HSL color Cylindrical-coordinate representation of color #C7511C: hue angle of 18.6º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7511C is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 28 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.22 |
| HSL | 18.6º | 0.75% | 0.45% | - |
| HSV(B) | 18.6º | 0.86% | 0.78% | - |
| XYZ | 26.71 | 18.11 | 3.19 | - |
| YUV | 110.24 | 81.59 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 28 | 0 | 0.59 | 0.86 | 0.22 | 18.6 | 0.75 | 0.45 |
| Hex | C7 | 51 | 1C | 0 | 3B | 56 | 16 | 13 | 4B | 2D |
| Octal | 307 | 121 | 34 | 0 | 73 | 126 | 26 | 23 | 113 | 55 |
| Binary | 11000111 | 1010001 | 11100 | 0 | 111011 | 1010110 | 10110 | 10011 | 1001011 | 101101 |
Color Harmonies of #C7511C
Complementary color
Monochromatic Colors of #C7511C
Black with #C7511C
Text Example
Text Example
White with #C7511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7511C; }
p { color: rgb(199,81,28); }
H1.HeaderClassName
{
color: #C7511C;
}
.AnyTagClassName
{
color: #C7511C;
}
</style>
background-color css
<style>
a { background-color: #C7511C; }
a { background-color: rgb(199,81,28); }
div.DivClassName
{
background-color: #C7511C;
}
.BgClassName
{
background-color: #C7511C;
}
</style>
border-color css
<style>
span { border-color: #C7511C; }
span { border-color: rgb(199,81,28); }
td.TdClassName
{
border-color: #C7511C;
}
.TagClassName
{
border-color: #C7511C;
}
</style>