Shades of Trinidad #CF511E
Tints of Trinidad #CF511E
RGB
CMYK
RGB Variations
Color information
#CF511E (or 0xCF511E) is known color: Trinidad. HEX triplet: CF, 51 and 1E. RGB value is (207,81,30). Sum of RGB (Red+Green+Blue) = 207+81+30=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF511E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF511E is #30AEE1. Grayscale: #717171. Windows color (decimal): -3190498 or 1987023. OLE color: 1987023.
HSL color Cylindrical-coordinate representation of color #CF511E: hue angle of 17.29º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF511E is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 30 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.19 |
| HSL | 17.29º | 0.75% | 0.46% | - |
| HSV(B) | 17.29º | 0.86% | 0.81% | - |
| XYZ | 28.91 | 19.24 | 3.42 | - |
| YUV | 112.86 | 81.24 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 30 | 0 | 0.61 | 0.86 | 0.19 | 17.29 | 0.75 | 0.46 |
| Hex | CF | 51 | 1E | 0 | 3D | 56 | 13 | 11 | 4B | 2E |
| Octal | 317 | 121 | 36 | 0 | 75 | 126 | 23 | 21 | 113 | 56 |
| Binary | 11001111 | 1010001 | 11110 | 0 | 111101 | 1010110 | 10011 | 10001 | 1001011 | 101110 |
Color Harmonies of #CF511E
Complementary color
Monochromatic Colors of #CF511E
Black with #CF511E
Text Example
Text Example
White with #CF511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF511E; }
p { color: rgb(207,81,30); }
H1.HeaderClassName
{
color: #CF511E;
}
.AnyTagClassName
{
color: #CF511E;
}
</style>
background-color css
<style>
a { background-color: #CF511E; }
a { background-color: rgb(207,81,30); }
div.DivClassName
{
background-color: #CF511E;
}
.BgClassName
{
background-color: #CF511E;
}
</style>
border-color css
<style>
span { border-color: #CF511E; }
span { border-color: rgb(207,81,30); }
td.TdClassName
{
border-color: #CF511E;
}
.TagClassName
{
border-color: #CF511E;
}
</style>