Shades of Trinidad #CF502E
Tints of Trinidad #CF502E
RGB
CMYK
RGB Variations
Color information
#CF502E (or 0xCF502E) is known color: Trinidad. HEX triplet: CF, 50 and 2E. RGB value is (207,80,46). Sum of RGB (Red+Green+Blue) = 207+80+46=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF502E is #30AFD1. Grayscale: #727272. Windows color (decimal): -3190738 or 3035343. OLE color: 3035343.
HSL color Cylindrical-coordinate representation of color #CF502E: hue angle of 12.67º 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 #CF502E is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 46 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.19 |
| HSL | 12.67º | 0.64% | 0.5% | - |
| HSV(B) | 12.67º | 0.78% | 0.81% | - |
| XYZ | 29.09 | 19.2 | 4.76 | - |
| YUV | 114.1 | 89.58 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 46 | 0 | 0.61 | 0.78 | 0.19 | 12.67 | 0.64 | 0.5 |
| Hex | CF | 50 | 2E | 0 | 3D | 4E | 13 | D | 40 | 32 |
| Octal | 317 | 120 | 56 | 0 | 75 | 116 | 23 | 15 | 100 | 62 |
| Binary | 11001111 | 1010000 | 101110 | 0 | 111101 | 1001110 | 10011 | 1101 | 1000000 | 110010 |
Color Harmonies of #CF502E
Complementary color
Monochromatic Colors of #CF502E
Black with #CF502E
Text Example
Text Example
White with #CF502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF502E; }
p { color: rgb(207,80,46); }
H1.HeaderClassName
{
color: #CF502E;
}
.AnyTagClassName
{
color: #CF502E;
}
</style>
background-color css
<style>
a { background-color: #CF502E; }
a { background-color: rgb(207,80,46); }
div.DivClassName
{
background-color: #CF502E;
}
.BgClassName
{
background-color: #CF502E;
}
</style>
border-color css
<style>
span { border-color: #CF502E; }
span { border-color: rgb(207,80,46); }
td.TdClassName
{
border-color: #CF502E;
}
.TagClassName
{
border-color: #CF502E;
}
</style>