Shades of Trinidad #CF492E
Tints of Trinidad #CF492E
RGB
CMYK
RGB Variations
Color information
#CF492E (or 0xCF492E) is known color: Trinidad. HEX triplet: CF, 49 and 2E. RGB value is (207,73,46). Sum of RGB (Red+Green+Blue) = 207+73+46=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF492E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF492E is #30B6D1. Grayscale: #6E6E6E. Windows color (decimal): -3192530 or 3033551. OLE color: 3033551.
HSL color Cylindrical-coordinate representation of color #CF492E: hue angle of 10.06º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF492E is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 46 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.19 |
| HSL | 10.06º | 0.64% | 0.5% | - |
| HSV(B) | 10.06º | 0.78% | 0.81% | - |
| XYZ | 28.61 | 18.23 | 4.6 | - |
| YUV | 109.99 | 91.89 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 46 | 0 | 0.65 | 0.78 | 0.19 | 10.06 | 0.64 | 0.5 |
| Hex | CF | 49 | 2E | 0 | 41 | 4E | 13 | A | 40 | 32 |
| Octal | 317 | 111 | 56 | 0 | 101 | 116 | 23 | 12 | 100 | 62 |
| Binary | 11001111 | 1001001 | 101110 | 0 | 1000001 | 1001110 | 10011 | 1010 | 1000000 | 110010 |
Color Harmonies of #CF492E
Complementary color
Monochromatic Colors of #CF492E
Black with #CF492E
Text Example
Text Example
White with #CF492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF492E; }
p { color: rgb(207,73,46); }
H1.HeaderClassName
{
color: #CF492E;
}
.AnyTagClassName
{
color: #CF492E;
}
</style>
background-color css
<style>
a { background-color: #CF492E; }
a { background-color: rgb(207,73,46); }
div.DivClassName
{
background-color: #CF492E;
}
.BgClassName
{
background-color: #CF492E;
}
</style>
border-color css
<style>
span { border-color: #CF492E; }
span { border-color: rgb(207,73,46); }
td.TdClassName
{
border-color: #CF492E;
}
.TagClassName
{
border-color: #CF492E;
}
</style>