Shades of Trinidad #CF521E
Tints of Trinidad #CF521E
RGB
CMYK
RGB Variations
Color information
#CF521E (or 0xCF521E) is known color: Trinidad. HEX triplet: CF, 52 and 1E. RGB value is (207,82,30). Sum of RGB (Red+Green+Blue) = 207+82+30=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF521E is #30ADE1. Grayscale: #717171. Windows color (decimal): -3190242 or 1987279. OLE color: 1987279.
HSL color Cylindrical-coordinate representation of color #CF521E: hue angle of 17.63º 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 #CF521E is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 30 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.19 |
| HSL | 17.63º | 0.75% | 0.46% | - |
| HSV(B) | 17.63º | 0.86% | 0.81% | - |
| XYZ | 28.98 | 19.39 | 3.44 | - |
| YUV | 113.45 | 80.91 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 30 | 0 | 0.60 | 0.86 | 0.19 | 17.63 | 0.75 | 0.46 |
| Hex | CF | 52 | 1E | 0 | 3C | 56 | 13 | 12 | 4B | 2E |
| Octal | 317 | 122 | 36 | 0 | 74 | 126 | 23 | 22 | 113 | 56 |
| Binary | 11001111 | 1010010 | 11110 | 0 | 111100 | 1010110 | 10011 | 10010 | 1001011 | 101110 |
Color Harmonies of #CF521E
Complementary color
Monochromatic Colors of #CF521E
Black with #CF521E
Text Example
Text Example
White with #CF521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF521E; }
p { color: rgb(207,82,30); }
H1.HeaderClassName
{
color: #CF521E;
}
.AnyTagClassName
{
color: #CF521E;
}
</style>
background-color css
<style>
a { background-color: #CF521E; }
a { background-color: rgb(207,82,30); }
div.DivClassName
{
background-color: #CF521E;
}
.BgClassName
{
background-color: #CF521E;
}
</style>
border-color css
<style>
span { border-color: #CF521E; }
span { border-color: rgb(207,82,30); }
td.TdClassName
{
border-color: #CF521E;
}
.TagClassName
{
border-color: #CF521E;
}
</style>